From 1ab394b0e548971332d5ee5491c348724ba0def7 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Terlizzi Date: Wed, 24 Jul 2024 23:44:45 +0200 Subject: [PATCH] FIX t/30-util.t --- t/30-util.t | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/t/30-util.t b/t/30-util.t index 48cc5c5..c593bf8 100644 --- a/t/30-util.t +++ b/t/30-util.t @@ -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' }, @@ -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) {