Skip to content

Commit

Permalink
Fix unit test hitting example.com
Browse files Browse the repository at this point in the history
This isn't a long term fix, but it should unblock PRs for now.
example.com/anything is returning 500 now, not 404.
  • Loading branch information
karlkfi committed Mar 21, 2024
1 parent a5b1238 commit 1d0effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/krusty/accumulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ resources:
// resource to not indicate the resource's status as a
// local directory. Though it is possible for a remote file-like
// resource to be a local directory, it is very unlikely.
errFile: `HTTP Error: status code 404 \(Not Found\)\z`,
errFile: `HTTP Error: status code 500 \(Internal Server Error\)\z`,
},
{
name: "remote file qualifies as repo",
Expand Down

0 comments on commit 1d0effc

Please sign in to comment.