mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
python-cataloger: fix normalization test (#3073)
Signed-off-by: mikcl <mikesmikes400@gmail.com>
This commit is contained in:
parent
4882d2e8ce
commit
1cd75b7d68
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue