diff --git a/pkg/client/deploy/container_test.go b/pkg/client/deploy/container_test.go index 0586aa07..7224bbaf 100644 --- a/pkg/client/deploy/container_test.go +++ b/pkg/client/deploy/container_test.go @@ -57,9 +57,9 @@ func TestEvalContainerSpecChange_ContainerPid(t *testing.T) { } newSpec := api.ServiceSpec{ Container: api.ContainerSpec{ - Image: "nginx:latest", + Image: "nginx:latest", PidMode: "host", - CapAdd: []string{"NET_ADMIN"}, + CapAdd: []string{"NET_ADMIN"}, }, }