Skip to content

Commit

Permalink
feat: improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Oct 5, 2024
1 parent d64700c commit 10172d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ func TestRouterWithClientIPStrategy(t *testing.T) {
require.NotNil(t, rte)
assert.False(t, rte.ClientIPStrategyEnabled())

// On not found handler
// On not found handler, fallback to global ip strategy
req := httptest.NewRequest(http.MethodGet, "/bar", nil)
w := httptest.NewRecorder()
f.ServeHTTP(w, req)
Expand Down

0 comments on commit 10172d3

Please sign in to comment.