Skip to content

Commit 67300cc

Browse files
Revert "Make pipeline fail."
This reverts commit 55c5362.
1 parent 60b3c2f commit 67300cc

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 == 500
23+
assert response.status_code == 200
2424

2525
def test_happy_path_returns_correct_message(
2626
self,

0 commit comments

Comments
 (0)