Skip to content

Commit d4d9f86

Browse files
committed
authenticator tests
1 parent b1d5ae9 commit d4d9f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/auth/authenticator_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,8 @@ func TestOAuthCallback(t *testing.T) {
13511351
Value: "state",
13521352
},
13531353
},
1354-
expectedError: HTTPError{Code: http.StatusForbidden, Message: "Invalid Account"},
1354+
expectedError: HTTPError{Code: http.StatusForbidden,
1355+
Message: "We ran into some issues while validating your account: \"MockValidator error\""},
13551356
},
13561357
{
13571358
name: "valid email, invalid redirect",

0 commit comments

Comments
 (0)