We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9f796 commit b933a00Copy full SHA for b933a00
test/extended/router/metrics.go
@@ -75,7 +75,7 @@ var _ = g.Describe("[Conformance][Area:Networking][Feature:Router] openshift rou
75
76
g.AfterEach(func() {
77
if g.CurrentGinkgoTestDescription().Failed {
78
- exutil.DumpPodLogsStartingWithInNamespace("router", "default", oc)
+ exutil.DumpPodLogsStartingWithInNamespace("router", "default", oc.AsAdmin())
79
}
80
})
81
0 commit comments