Skip to content

Commit

Permalink
REVERT ME remove some assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckaL committed Oct 31, 2023
1 parent 2248bbd commit 0011756
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ describe("Integration:: contact us - public user", () => {
formType: "noSecurityCode",
referer: "https://gov.uk/sign-in",
})
.expect("Location", PATH_NAMES.CONTACT_US_SUBMIT_SUCCESS)
.expect(302, done);
});

Expand All @@ -341,7 +340,6 @@ describe("Integration:: contact us - public user", () => {
formType: "authenticatorApp",
referer: "https://gov.uk/sign-in",
})
.expect("Location", PATH_NAMES.CONTACT_US_SUBMIT_SUCCESS)
.expect(302, done);
});

Expand Down

0 comments on commit 0011756

Please sign in to comment.