Skip to content

Commit

Permalink
test: update fixture (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed May 1, 2024
1 parent ac33f16 commit 1c325ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,8 @@ func TestRun_Configs(t *testing.T) {
no known vulnerabilities found
`,
wantStderr: " failed: unable to fetch OSV database: db host returned an unexpected status code (404 Not Found)",
// for some reason example.com returns a 500 even though the page presents a 404 message
wantStderr: " failed: unable to fetch OSV database: db host returned an unexpected status code (500 Internal Server Error)",
},
// databases from configs are ignored if "--no-config-databases" is passed...
{
Expand Down

0 comments on commit 1c325ad

Please sign in to comment.