mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Remove unused argument value
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
f7be73dbcc
commit
6bde075cd3
@ -124,7 +124,7 @@ func TestParsePackageJSON(t *testing.T) {
|
||||
t.Fatalf("failed to open fixture: %+v", err)
|
||||
}
|
||||
|
||||
actual, err := parsePackageJSON(fixture.Name(), fixture)
|
||||
actual, err := parsePackageJSON("", fixture)
|
||||
if err != nil {
|
||||
t.Fatalf("failed to parse package-lock.json: %+v", err)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user