mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Update error message expectation in criproxy_test
This commit is contained in:
@@ -216,7 +216,7 @@ var _ = SIGDescribe(feature.CriProxy, framework.WithSerial(), func() {
|
||||
|
||||
ginkgo.By("Expecting an error when imageSpec.Image is empty")
|
||||
gomega.Eventually(func() error {
|
||||
return verifyErrorInKubeletLogs("image was not found")
|
||||
return verifyErrorInKubeletLogs("Failed to inspect image")
|
||||
}).WithPolling(5*time.Second).WithTimeout(20*time.Second).ToNot(gomega.HaveOccurred(), "Could not verify error in kubelet logs")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user