Commit cc2861a 1 parent 18089f7 commit cc2861a Copy full SHA for cc2861a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1079,9 +1079,9 @@ func TestServer_Authenticate_passwordless(t *testing.T) {
1079
1079
}
1080
1080
}
1081
1081
1082
- // TestServer_Authenticate_passwordlessSSO tests a scenario where an SSO user
1083
- // bypasses SSO by using a passwordless login.
1084
- func TestServer_Authenticate_passwordlessSSO (t * testing.T ) {
1082
+ // TestPasswordlessProhibitedForSSO tests a scenario where an SSO user bypasses
1083
+ // SSO by using a passwordless login.
1084
+ func TestPasswordlessProhibitedForSSO (t * testing.T ) {
1085
1085
t .Parallel ()
1086
1086
1087
1087
testServer := newTestTLSServer (t )
Original file line number Diff line number Diff line change @@ -314,10 +314,10 @@ func TestAuthenticate_passwordless(t *testing.T) {
314
314
})
315
315
}
316
316
317
- // TestAuthenticate_passwordlessSSO is rather similar to
318
- // TestServer_Authenticate_passwordlessSSO , but here our main concern is that
317
+ // TestPasswordlessProhibitedForSSO is rather similar to
318
+ // lib/auth.TestPasswordlessProhibitedForSSO , but here our main concern is that
319
319
// error messages aren't obfuscated along the way.
320
- func TestAuthenticate_passwordlessSSO (t * testing.T ) {
320
+ func TestPasswordlessProhibitedForSSO (t * testing.T ) {
321
321
env := newWebPack (t , 1 )
322
322
323
323
testServer := env .server
You can’t perform that action at this time.
0 commit comments