Skip to content

Commit 55c5362

Browse files
Make pipeline fail.
1 parent f92a196 commit 55c5362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway-api/tests/integration/test_get_structured_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_happy_path_returns_200(
2020
response = client.send_to_get_structured_record_endpoint(
2121
json.dumps(simple_request_payload)
2222
)
23-
assert response.status_code == 200
23+
assert response.status_code == 500
2424

2525
def test_happy_path_returns_correct_message(
2626
self,

0 commit comments

Comments
 (0)