Skip to content

Commit

Permalink
AUT-2790:
Browse files Browse the repository at this point in the history
  • Loading branch information
VladGavrilet committed Jul 9, 2024
1 parent 39bda30 commit aaa9cb9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ describe("Integration::enter email (create account)", () => {
_csrf: token,
email: "[email protected]",
})
.expect("Location", PATH_NAMES["SIGNED_OUT"].concat("?error=login_required"))
.expect(
"Location",
PATH_NAMES["SIGNED_OUT"].concat("?error=login_required")
)
.expect(302, done);
});

Expand Down

0 comments on commit aaa9cb9

Please sign in to comment.