Merge pull request #82420 from openSUSE/e2e-fix

Fix wrong command in e2e agnhost utility function
This commit is contained in:
Kubernetes Prow Robot
2019-09-06 17:41:20 -07:00
committed by GitHub

View File

@@ -477,7 +477,7 @@ func ProxyMode(f *Framework) (string, error) {
{
Name: "detector",
Image: AgnHostImage,
Command: []string{"pause"},
Args: []string{"pause"},
},
},
},