Skip to content

Commit 8a97097

Browse files
fix another test
1 parent 24b752b commit 8a97097

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/component-tests/events-tests/event-subscription.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ test.describe("Event Subscription SNS Tests", () => {
9595
headers,
9696
},
9797
);
98+
expect(getLetterResponse.status()).toBe(404);
9899

99-
expect(getLetterResponse.status()).toBe(500);
100100
await pollUpsertLetterLogForError(
101101
"Message did not match an expected schema",
102102
domainId,

tests/e2e-tests/api/data/test_get_letter_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ def test_500_letter_does_not_exist(url, bearer_token):
5757

5858
ErrorHandler.handle_retry(get_message_response)
5959
assert get_message_response.status_code == 500
60+
61+
#TODO CCM-14318 probably

0 commit comments

Comments
 (0)