Skip to content

Commit

Permalink
test: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karmanyaahm committed Jun 13, 2022
1 parent 28aa266 commit 0243526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (s *RewriteTests) TestGotify() {
handle(&gotify)(s.Resp, request)

//resp
s.Equal(202, s.Resp.Result().StatusCode, "request should be valid")
s.Equal(201, s.Resp.Result().StatusCode, "request should be valid")

s.Require().NotNil(s.Call, "No request made")
//call
Expand Down

0 comments on commit 0243526

Please sign in to comment.