diff --git a/tests/integration/kubernetes/k8s-guest-pull-image.bats b/tests/integration/kubernetes/k8s-guest-pull-image.bats index acbf2c3ab4..7d7bea89b4 100644 --- a/tests/integration/kubernetes/k8s-guest-pull-image.bats +++ b/tests/integration/kubernetes/k8s-guest-pull-image.bats @@ -84,7 +84,7 @@ setup() { # The pod should be failed because the unpacked image size is larger than the memory size in the guest. assert_pod_fail "$pod_config" - assert_logs_contain "$node" kata "$node_start_time" "failed to pull image" + assert_logs_contain "$node" kata "$node_start_time" "Failed to pull image" } @test "Test we can pull an image inside the guest using trusted storage" {