Skip to content

Commit

Permalink
Fix failed spec that depends on DynamoDB response structure
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Dec 30, 2023
1 parent 7c481ef commit e537973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/dynamoid/log/formatter/debug_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
\\},
"TableSizeBytes": 0,
"ItemCount": 0,
"TableArn": ".+?"
"TableArn": ".+?",
"DeletionProtectionEnabled": false
\\}
\\}
JSON
Expand Down

0 comments on commit e537973

Please sign in to comment.