Skip to content

Commit

Permalink
Fix test error since we are no longer modifying kustomization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed Mar 22, 2024
1 parent d675ecb commit e308962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Some error output has been omitted because it may contain sensitive data
Commit: bHeadCommitHash,
ErrorMessage: "exit status 1",
Finished: metav1.Time{},
Output: `(?s)Error: accumulating resources:.*'ssh:\/\/deploy_github_com\/utilitywarehouse\/kube-applier\/\/testdata\/bases\/simple-deployment\?ref=master'.*exit status 128`,
Output: `(?s).*Please make sure you have the correct access rights.*exit status 128`,
Started: metav1.Time{},
Success: false,
Type: PollingRun.String(),
Expand Down

0 comments on commit e308962

Please sign in to comment.