Skip to content

Commit

Permalink
fix: Update github tests to expect the Dependabot link
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Nov 8, 2023
1 parent b3ce058 commit 7a58c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querying/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func getTestProject() querying.ProjectCollection {
{
Name: "zaphod",
Links: map[string]string{
"GitHub": "https://heart-of-gold/zaphod",
"GitHub": "https://heart-of-gold/zaphod/security/dependabot",
},
Findings: []*querying.Finding{
{
Expand Down

0 comments on commit 7a58c8e

Please sign in to comment.