Updating SSO Error Message on bad login (#2215)
Updating error message on bad sso login
This commit is contained in:
committed by
GitHub
parent
ad4b9c050a
commit
fd39e50c08
@@ -254,5 +254,5 @@ func TestBadLogin(t *testing.T) {
|
||||
fmt.Println(response)
|
||||
fmt.Println(err)
|
||||
expectedError := response.Status
|
||||
assert.Equal("401 Unauthorized", expectedError)
|
||||
assert.Equal("500 Internal Server Error", expectedError)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user