Switched to FastHTML
This commit is contained in:
@ -83,7 +83,7 @@ def test_get_file_invalid_format():
|
||||
response = requests.get(
|
||||
f'{PROTOCOL}://{HOST}:{PORT}/?api_key={API_KEY}&size=32Invalid', timeout=TIMEOUT)
|
||||
assert response.status_code == 400
|
||||
assert response.json()['detail'] == 'Invalid Format.'
|
||||
assert response.text == 'Invalid Format.'
|
||||
|
||||
|
||||
def test_database_data_used(server):
|
||||
|
Reference in New Issue
Block a user