Updating SSO Error Message on bad login (#2215)

Updating error message on bad sso login
This commit is contained in:
Cesar Celis Hernandez
2022-08-01 15:09:07 -04:00
committed by GitHub
parent ad4b9c050a
commit fd39e50c08

View File

@@ -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)
}