We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b3c2f commit 67300ccCopy full SHA for 67300cc
1 file changed
gateway-api/tests/integration/test_get_structured_record.py
@@ -20,7 +20,7 @@ def test_happy_path_returns_200(
20
response = client.send_to_get_structured_record_endpoint(
21
json.dumps(simple_request_payload)
22
)
23
- assert response.status_code == 500
+ assert response.status_code == 200
24
25
def test_happy_path_returns_correct_message(
26
self,
0 commit comments