Skip to content

Commit 4bcddf3

Browse files
committed
fix(test): 移除 killswitch_02 中未使用的 gatewayName 变量
Phase 55 单容器架构下 gateway = worker,不再需要独立 gatewayName。
1 parent 9d86b9a commit 4bcddf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/killswitch_stress/killswitch_02_tun_down_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func TestKillSwitch_02_TunDevDown(t *testing.T) {
5050
t.Skipf("worker container name unavailable: %v", err)
5151
return
5252
}
53-
gatewayName, err := workerInspectName(ctx, g) // Phase 55: 单容器,gateway = worker
53+
_, err = workerInspectName(ctx, g) // Phase 55: 单容器,gateway = worker
5454
if err != nil {
5555
t.Skipf("gateway container name unavailable: %v", err)
5656
return

0 commit comments

Comments
 (0)