python-cataloger: fix normalization test (#3073)

Signed-off-by: mikcl <mikesmikes400@gmail.com>
This commit is contained in:
mikcl 2024-07-25 20:45:14 +01:00 committed by GitHub
parent 4882d2e8ce
commit 1cd75b7d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,9 +54,9 @@ func TestParseRequirementsTxt(t *testing.T) {
},
},
{
Name: "dots-._allowed",
Name: "dots-allowed",
Version: "1.0.0",
PURL: "pkg:pypi/dots-._allowed@1.0.0",
PURL: "pkg:pypi/dots-allowed@1.0.0",
Locations: locations,
Language: pkg.Python,
Type: pkg.PythonPkg,