mirror of
https://github.com/anchore/syft
synced 2024-11-10 14:24:12 +00:00
Remove unused argument value
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
f7be73dbcc
commit
6bde075cd3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue