File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ def test_scanpipe_pipes_federatedcode_get_package_repository(self):
49
49
version = "v.1.2.3" ,
50
50
)
51
51
project_purl = "pkg:npm/foobar@v1.2.3"
52
- expected_git_repo = "https://github.com/test/aboutcode-packages-03f1.git"
53
- expected_scan_path = "aboutcode-packages-03f1/npm/foobar/v1.2.3/scancodeio.json"
52
+ expected_git_repo = "https://github.com/test/aboutcode-packages-npm-3f1.git"
53
+ expected_scan_path = (
54
+ "aboutcode-packages-npm-3f1/npm/foobar/v1.2.3/scancodeio.json"
55
+ )
54
56
git_repo , scan_path = federatedcode .get_package_repository (
55
57
project_purl = project_purl
56
58
)
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ install_requires =
106
106
# Antivirus
107
107
clamd ==1.0.2
108
108
# FederatedCode
109
- aboutcode.hashid ==0.1 .0
109
+ aboutcode.hashid ==0.2 .0
110
110
111
111
[options.extras_require]
112
112
dev =
You can’t perform that action at this time.
0 commit comments