Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 15, 2024
1 parent ad825e0 commit 32241c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_ingestion/test_run_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def client():

def test_ingest_data_no_json(client):
response = client.post('/')
assert response.status_code == HTTPStatus.BAD_REQUEST
assert response.status_code == HTTPStatus.UNSUPPORTED_MEDIA_TYPE


def test_ingest_data_invalid_format(client):
Expand Down

0 comments on commit 32241c7

Please sign in to comment.