Skip to content

Commit

Permalink
Adds new log line for update docker cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Aug 17, 2023
1 parent 5010715 commit 1790df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ihop/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
})
})

Expand Down

0 comments on commit 1790df8

Please sign in to comment.