Skip to content

Commit 222af66

Browse files
Copilotdgageot
andcommitted
Fix formatting issues - remove trailing whitespace in tests
Co-authored-by: dgageot <153495+dgageot@users.noreply.github.com>
1 parent 1908a9e commit 222af66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/gateway/clientpool_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func TestGlobalDisableNetwork(t *testing.T) {
261261
command:
262262
- --transport=stdio
263263
`
264-
264+
265265
// Test that global DisableNetwork=true adds --network none
266266
args, env := argsAndEnvWithGlobalDisableNetwork(t, "test-server", catalogYAML, "", nil, nil, true)
267267

@@ -277,7 +277,7 @@ command:
277277
- --transport=stdio
278278
disableNetwork: false
279279
`
280-
280+
281281
// Test that global DisableNetwork=true overrides server setting
282282
args, env := argsAndEnvWithGlobalDisableNetwork(t, "test-server", catalogYAML, "", nil, nil, true)
283283

@@ -293,7 +293,7 @@ command:
293293
- --transport=stdio
294294
disableNetwork: true
295295
`
296-
296+
297297
// Test that server DisableNetwork=true works when global is false
298298
args, env := argsAndEnvWithGlobalDisableNetwork(t, "test-server", catalogYAML, "", nil, nil, false)
299299

@@ -309,7 +309,7 @@ command:
309309
- --transport=stdio
310310
disableNetwork: false
311311
`
312-
312+
313313
// Test that when both global and server DisableNetwork are false, networks are enabled
314314
args, env := argsAndEnvWithGlobalDisableNetwork(t, "test-server", catalogYAML, "", nil, nil, false)
315315

0 commit comments

Comments
 (0)