Skip to content

Commit 08ee134

Browse files
committed
fix ref
1 parent 5b74014 commit 08ee134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/provider/test_postgresql_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def test_transaction_basic_workflow(pg_api_, data):
897897
headers, code, content = manage_collection_item(
898898
pg_api_, req, action='delete', dataset='hot_osm_waterways',
899899
identifier=123)
900-
assert code == HTTPStatus.BAD_REQUEST
900+
assert code == HTTPStatus.NOT_FOUND
901901

902902

903903
def test_transaction_create_handles_invalid_input_data(pg_api_, data):

0 commit comments

Comments
 (0)