Skip to content

Commit

Permalink
minor, just to retrigger test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jul 27, 2023
1 parent cf898e7 commit 4b46afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/controller/signup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ func (s *TestSignupSuite) TestVerifyPhoneCodeHandler() {
Key: "code",
Value: "555555",
}
rr := initPhoneVerification(s.T(), handler, param, nil, userID, "", http.MethodGet, "/api/v1/signup/verification/555555")
rr := initPhoneVerification(s.T(), handler, param, nil, userID, "", http.MethodGet,
"/api/v1/signup/verification/555555")

// Check the status code is what we expect.
require.Equal(s.T(), http.StatusInternalServerError, rr.Code)
Expand Down

0 comments on commit 4b46afb

Please sign in to comment.