Skip to content

Commit

Permalink
feat(httpclient): Added test server helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Mar 6, 2025
1 parent d50b0e2 commit 5aaf221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpclient/httpclienttest/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/stretchr/testify/assert"
)

//nolint:maintidx
//nolint:goconst,maintidx
func TestTestHTTPServer(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit 5aaf221

Please sign in to comment.