Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 17, 2024
1 parent 554e33b commit 500513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_postgresql_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def test_get_collection_items_postgresql_cql_bad_cql(pg_api_, bad_cql):
assert code == HTTPStatus.BAD_REQUEST
error_response = json.loads(response)
assert error_response['code'] == 'InvalidParameterValue'
assert error_response['description'] == f'Bad CQL text'
assert error_response['description'] == 'Bad CQL text'


def test_post_collection_items_postgresql_cql(pg_api_):
Expand Down

0 comments on commit 500513e

Please sign in to comment.