-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
> case.validate_response(res, checks=checks)
E schemathesis.exceptions.CheckFailed:
E
E 1. Server error
E
E [500] Internal Server Error:
E
E `{"error":{"code":1500,"message":"An unexpected error occurred"}}`
E
E Reproduce with:
E
E curl -X GET -H 'host: mockserver:1234' -H 'authorization: ***"is_admin": true, "id": "admin", "name": "Admin Doe", "first_name": "Admin", "last_name": "Doe", "email": "[email protected]", "full_name": "Admin Doe"}' 'http://localhost/api/data/alerts?0='
E
E Falsifying example: async_run(
E sanic_client_with_solr=<test.utils.SanicReusableASGITestClient object at 0x7f0d037f9550>,
E admin_headers={'Authorization': '***"is_admin": true, "id": "admin", "name": "Admin Doe", "first_name": "Admin", "last_name": "Doe", "email": "[email protected]", "full_name": "Admin Doe"}'},
E requests_statistics=RequestsStatistics(len=791),
E case=,
E )
Metadata
Metadata
Assignees
Labels
No labels