Skip to content

Commit

Permalink
Removed detailedMessage check from SSO badLogin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jillian Inapurapu authored and Jillian Inapurapu committed Dec 5, 2023
1 parent f414513 commit c3b5614
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sso-integration/sso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,4 @@ func TestBadLogin(t *testing.T) {
log.Println(err)
assert.Nil(err)
}
detailedMessage := result2.DetailedMessage
fmt.Println(detailedMessage)
assert.Equal("expected 'code' response type - got [], login not allowed", detailedMessage)
}

0 comments on commit c3b5614

Please sign in to comment.