Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jul 27, 2023
1 parent 56126f1 commit cf898e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/signup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func (s *TestSignupSuite) TestVerifyPhoneCodeHandler() {
require.Equal(s.T(), "there was an error while updating your account - please wait a moment before "+
"trying again. If this error persists, please contact the Developer Sandbox team at devsandbox@redhat.com for "+
"assistance: error while verifying phone code", bodyParams["message"])
require.Equal(s.T(), "error while verifying phone code", bodyParams["details"])
require.Equal(s.T(), "unexpected error while verifying phone code", bodyParams["details"])
})

s.Run("verifycode returns status error", func() {
Expand Down

0 comments on commit cf898e7

Please sign in to comment.