Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Jul 18, 2024
1 parent e360829 commit 8456466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/geolocation/geolocation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func mockHandlers(t *testing.T) *GeolocationHandlersCollection {
w.WriteHeader(http.StatusInternalServerError)
return
}
w.Write(res)
w.Write(res) // nolint:errcheck
})
testServer := httptest.NewServer(router)

Expand Down

0 comments on commit 8456466

Please sign in to comment.