diff --git a/internal/ihop/client_test.go b/internal/ihop/client_test.go index 4293849..671752f 100644 --- a/internal/ihop/client_test.go +++ b/internal/ihop/client_test.go @@ -166,7 +166,7 @@ RUN --mount=type=secret,id=test-secret,dst=/temp cat /temp > /secret`), 0600) }, "linux/amd64") Expect(err).To(MatchError(ContainSubstring("load remote build context"))) Expect(err).To(MatchError(ContainSubstring("RUN \"no such command\""))) - Expect(err).To(MatchError(ContainSubstring("executor failed running"))) + Expect(err).To(MatchError(ContainSubstring("did not complete successfully"))) }) })