Skip to content

Commit 160185d

Browse files
committed
Linting fix
1 parent 516def8 commit 160185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@ func TestClientWithHTTPClient(t *testing.T) {
625625

626626
func TestClientWithMaxAPI(t *testing.T) {
627627
t.Parallel()
628-
629628
tests := []struct {
630629
name string
631630
apiVersions string
@@ -655,6 +654,7 @@ func TestClientWithMaxAPI(t *testing.T) {
655654

656655
for _, tt := range tests {
657656
t.Run(tt.name, func(t *testing.T) {
657+
t.Parallel()
658658
// Test creating a new client with max API version
659659
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
660660
switch {

0 commit comments

Comments
 (0)