We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a88ba commit 7ebe681Copy full SHA for 7ebe681
1 file changed
tests/contrib/test_purl2url.py
@@ -136,9 +136,7 @@ def test_purl2url_get_inferred_urls():
136
"https://gitlab.com/tg1999/firebase",
137
"https://gitlab.com/tg1999/firebase/-/archive/1a122122/firebase-1a122122.tar.gz",
138
],
139
- "pkg:pypi/sortedcontainers@2.4.0": [
140
- "https://pypi.org/project/sortedcontainers/2.4.0/"
141
- ],
+ "pkg:pypi/sortedcontainers@2.4.0": ["https://pypi.org/project/sortedcontainers/2.4.0/"],
142
"pkg:cocoapods/AFNetworking@4.0.1": ["https://cocoapods.org/pods/AFNetworking"],
143
"pkg:composer/psr/log@1.1.3": ["https://packagist.org/packages/psr/log#1.1.3"],
144
"pkg:rubygems/package-name": ["https://rubygems.org/gems/package-name"],
0 commit comments