mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
python-cataloger: fix normalization test (#3073)
Signed-off-by: mikcl <mikesmikes400@gmail.com>
This commit is contained in:
parent
4882d2e8ce
commit
1cd75b7d68
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user