Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Jan 26, 2025
1 parent 76641bc commit 629ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/httpserve/handlers/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (suite *HandlerTestSuite) TestVerifyHandler() {
email: "[email protected]",
tokenSet: true,
ttl: expiredTTL,
expectedMessage: "Token expired, a new token has been issued. Please try again",
expectedMessage: "Token expired, a new token has been issued. Please check your email and try again.",
expectedStatus: http.StatusCreated,
},
}
Expand Down

0 comments on commit 629ac05

Please sign in to comment.