Skip to content

Commit

Permalink
Fix test bom path.
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed May 7, 2024
1 parent 8e78d7c commit 4733300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_custom_json_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

@pytest.fixture
def data():
return load_json("sbom-java.json", ["serialNumber", "metadata.timestamp"], False, False)
return load_json("test/sbom-java.json", ["serialNumber", "metadata.timestamp"], False, False)


@pytest.fixture
def data_2():
return load_json("sbom-java.json", ["serialNumber", "metadata.timestamp"], False, True)
return load_json("test/sbom-java.json", ["serialNumber", "metadata.timestamp"], False, True)


def test_load_json(data):
Expand Down

0 comments on commit 4733300

Please sign in to comment.