Skip to content

Commit 57cae58

Browse files
lint errors
1 parent aaa26c0 commit 57cae58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/sandbox/update-letter-status.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ test.describe("Sandbox Tests To Update Letter Status", () => {
2424
);
2525

2626
expect(response.status()).toBe(expectedStatus);
27+
if (response.status() !== 202) {
28+
const responseBody = await response.json();
29+
expect(responseBody).toEqual(expectedResponse);
30+
}
2731
});
2832
}
2933
});

0 commit comments

Comments
 (0)