test: fix translate.go test following userns merge (#1444)

pull/1446/head
Pierre Roudier 1 month ago committed by GitHub
parent 58a5df6c39
commit 85347bdcf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      pkg/runtimes/docker/translate_test.go

@ -81,6 +81,7 @@ func TestTranslateNodeToContainer(t *testing.T) {
},
Init: &init,
Privileged: true,
UsernsMode: "host",
Tmpfs: map[string]string{"/run": "", "/var/run": ""},
PortBindings: nat.PortMap{
"6443/tcp": {

Loading…
Cancel
Save