Skip to content

Commit

Permalink
FIX t/30-util.t
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Jul 24, 2024
1 parent ddd3606 commit 1ab394b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion t/30-util.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ my @tests = (
},

{
purl => 'pkg:gitlab/gitlab-org/gitlab-runner@16.0.2?version_prefix=v',
purl => 'pkg:gitlab/gitlab-org/gitlab-runner@v16.0.2',
download_url => 'https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v16.0.2/gitlab-runner-v16.0.2.tar.gz',
repository_url => 'https://gitlab.com/gitlab-org/gitlab-runner'
},
Expand Down Expand Up @@ -74,6 +74,12 @@ my @tests = (
repository_url => 'https://hub.docker.com/r/smartentry/debian'
},

{
purl => 'pkg:github/nexb/scancode-toolkit@v3.1.1',
download_url => 'https://github.com/nexb/scancode-toolkit/archive/refs/tags/v3.1.1.tar.gz',
repository_url => 'https://github.com/nexb/scancode-toolkit'
}

);

foreach my $test (@tests) {
Expand Down

0 comments on commit 1ab394b

Please sign in to comment.