Skip to content

Commit

Permalink
fix final test
Browse files Browse the repository at this point in the history
  • Loading branch information
alan20854 committed Feb 1, 2022
1 parent b18e9c5 commit eddef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/signup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (ts *SignupTestSuite) TestSignup() {
}))

// Setup request
req := httptest.NewRequest(http.MethodPost, "/signup", &buffer)
req := httptest.NewRequest(http.MethodPost, "/hitchhikerusers/signup", &buffer)
req.Header.Set("Content-Type", "application/json")

// Setup response recorder
Expand Down

0 comments on commit eddef7f

Please sign in to comment.