-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Keshav Priyadarshi <[email protected]>
- Loading branch information
1 parent
005a5e0
commit a372429
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,10 @@ def test_scanpipe_pipes_federatedcode_get_package_repository(self): | |
version="v.1.2.3", | ||
) | ||
project_purl = "pkg:npm/[email protected]" | ||
expected_git_repo = "https://github.com/test/aboutcode-packages-03f1.git" | ||
expected_scan_path = "aboutcode-packages-03f1/npm/foobar/v1.2.3/scancodeio.json" | ||
expected_git_repo = "https://github.com/test/aboutcode-packages-npm-3f1.git" | ||
expected_scan_path = ( | ||
"aboutcode-packages-npm-3f1/npm/foobar/v1.2.3/scancodeio.json" | ||
) | ||
git_repo, scan_path = federatedcode.get_package_repository( | ||
project_purl=project_purl | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters