diff --git a/sso-integration/sso_test.go b/sso-integration/sso_test.go index 06b1c9b2a..b5e0e8766 100644 --- a/sso-integration/sso_test.go +++ b/sso-integration/sso_test.go @@ -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) }