We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5909b64 commit c47acb5Copy full SHA for c47acb5
1 file changed
tests/contrib/test_purl2url.py
@@ -103,7 +103,7 @@ def test_purl2url_get_repo_url():
103
"pkg:generic/sourceforge.net/p/expat/code_git": "https://sourceforge.net/p/expat/code_git",
104
"pkg:generic/forge-allura.apache.org/p/allura/git": "https://forge-allura.apache.org/p/allura/git",
105
"pkg:generic/gcc.gnu.org/git/gcc": "https://gcc.gnu.org/git/?p=gcc.git",
106
- "pkg:generic/git.postgresql.org/gitweb/hamn": "https://git.postgresql.org/gitweb/?p=hamn.git"
+ "pkg:generic/git.postgresql.org/gitweb/hamn": "https://git.postgresql.org/gitweb/?p=hamn.git",
107
}
108
109
for purl, url in purls_url.items():
0 commit comments