diff --git a/internal/integration/integration_test.go b/internal/integration/integration_test.go index cf0d7d9..9e851f8 100644 --- a/internal/integration/integration_test.go +++ b/internal/integration/integration_test.go @@ -247,7 +247,7 @@ func TestIntegrationIAMService(t *testing.T) { } defer resp.Body.Close() - body, _ := io.ReadAll(resp.Body) + _, _ = io.ReadAll(resp.Body) t.Logf("IAM list users response: %d", resp.StatusCode) // IAM (Authentik) should respond - 200, 404, or auth error all prove routing works