Skip to content

Commit

Permalink
expression-attribute -> expression-attributes in one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
kspeer committed Feb 1, 2022
1 parent 6205070 commit ca53828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dynamodb_log_based_projections.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_run(self):
"breadcrumb": [],
"metadata": {
'replication-method': 'LOG_BASED',
'tap-dynamodb.expression-attribute': "{\"#cmt\": \"Comment\", \"#testfield\": \"TestField\", \"#name\": \"Name\", \"#abs\": \"Absolute\", \"#tstobj\": \"test_object\", \"#nestf\": \"nested_field\", \"#tobj_nested\": \"test_object.nested_field\"}", # `expression` field for reserve word.
'tap-dynamodb.expression-attributes': "{\"#cmt\": \"Comment\", \"#testfield\": \"TestField\", \"#name\": \"Name\", \"#abs\": \"Absolute\", \"#tstobj\": \"test_object\", \"#nestf\": \"nested_field\", \"#tobj_nested\": \"test_object.nested_field\"}", # `expression` field for reserve word.
'tap-mongodb.projection': table_configs[0]['ProjectionExpression']
}
}
Expand Down

0 comments on commit ca53828

Please sign in to comment.