Skip to content

Commit

Permalink
[feature/PI-479-sds_endpoint_error_message] fixed test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaklinger committed Sep 23, 2024
1 parent e9b0550 commit cab1e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_helpers/dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

KEY_SCHEMAS = [
{"AttributeName": "pk", "KeyType": "HASH"},
{"AttributeName": "sk", "KeyType": "HASH"},
{"AttributeName": "sk", "KeyType": "RANGE"},
]
GLOBAL_SECONDARY_INDEXES = [
{
Expand Down

0 comments on commit cab1e52

Please sign in to comment.