Skip to content

Commit

Permalink
python-cataloger: fix normalization test (#3073)
Browse files Browse the repository at this point in the history
Signed-off-by: mikcl <mikesmikes400@gmail.com>
  • Loading branch information
Mikcl authored Jul 25, 2024
1 parent 4882d2e commit 1cd75b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syft/pkg/cataloger/python/parse_requirements_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1cd75b7

Please sign in to comment.