Skip to content

Commit 5dc4b4e

Browse files
authored
refactor file names to enable git clone on windows (#1132)
implements #1125 Signed-off-by: Rahul Bajaj <[email protected]>
1 parent b27c485 commit 5dc4b4e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

vulnerabilities/tests/test_redhat_importer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def test_redhat_importer(get_data_from_url, fetcher):
4242
fetcher.return_value = [json.load(f)]
4343
bugzilla_2075788_response_file = os.path.join(TEST_DATA, "bugzilla-2075788.json")
4444
bugzilla_2077736_response_file = os.path.join(TEST_DATA, "bugzilla-2077736.json")
45-
rhsa_1437 = os.path.join(TEST_DATA, "RHSA-2022:1437.json")
46-
rhsa_1439 = os.path.join(TEST_DATA, "RHSA-2022:1439.json")
45+
rhsa_1437 = os.path.join(TEST_DATA, "RHSA_openjdk17_update.json")
46+
rhsa_1439 = os.path.join(TEST_DATA, "RHSA_openjdk11_update.json")
4747
get_data_from_url.side_effect = [
4848
json.load(open(bugzilla_2075788_response_file)),
4949
json.load(open(bugzilla_2077736_response_file)),

0 commit comments

Comments
 (0)