Skip to content

Commit 5430a82

Browse files
authored
Merge pull request kubernetes#95150 from adelina-t/patch-2
Fix test "[sig-windows] DNS should support configurable pod DNS servers"
2 parents 810560d + 9d0e1c6 commit 5430a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/windows/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var _ = SIGDescribe("DNS", func() {
6767
Command: cmd,
6868
Namespace: f.Namespace.Name,
6969
PodName: testUtilsPod.Name,
70-
ContainerName: "util",
70+
ContainerName: "agnhost-container",
7171
CaptureStdout: true,
7272
CaptureStderr: true,
7373
})

0 commit comments

Comments
 (0)