Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyDevelop committed Jan 6, 2025
1 parent e74551d commit d567438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/handler/thirdparty_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (s *thirdPartySuite) TestThirdPartyHandler_Auth() {
requestedRedirectTo: "https://app.test.example",
expectedBaseURL: "https://login.test.example",
expectedError: thirdparty.ErrorCodeInvalidRequest,
expectedErrorDescription: "unknownProvider",
expectedErrorDescription: "unknown provider",
},
{
name: "error redirect when requesting a redirectTo that is not allowed",
Expand Down

0 comments on commit d567438

Please sign in to comment.