Skip to content

Commit

Permalink
Update extra/fuegogin/adaptor_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
EwenQuim and ccoVeille committed Dec 17, 2024
1 parent d9192a2 commit d2bec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/fuegogin/adaptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestFuegoGin(t *testing.T) {

e.ServeHTTP(w, r)

require.Equal(t, 200, w.Code)
require.Equal(t, http.StatusOK, w.Code)
require.Equal(t, `{"message":"Hello "}`, w.Body.String())
})
}

0 comments on commit d2bec4d

Please sign in to comment.