Fix test "[sig-windows] DNS should support configurable pod DNS servers"

With the changes introduced by agnhost refactoring PR ( #87266 ), this test was left searching for a invalid container name. Updated to the proper name.
This commit is contained in:
Adelina Tuvenie 2020-09-29 17:14:13 +03:00 committed by Adelina Tuvenie
parent 89fdf5e7d3
commit 9d0e1c64c2

View File

@ -67,7 +67,7 @@ var _ = SIGDescribe("DNS", func() {
Command: cmd,
Namespace: f.Namespace.Name,
PodName: testUtilsPod.Name,
ContainerName: "util",
ContainerName: "agnhost-container",
CaptureStdout: true,
CaptureStderr: true,
})