Skip to content

Commit acfaed2

Browse files
committed
fix a typo in the test
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 28d65d9 commit acfaed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/tests/pipelines/v2_importers/test_collect_fix_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_collect_advisories_from_json(self):
8282

8383
result = [adv.to_dict() for adv in pipeline.collect_advisories()]
8484

85-
util_tests.check_results_against_json(result, expected_file, True)
85+
util_tests.check_results_against_json(result, expected_file)
8686

8787

8888
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)