Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 10, 2024
1 parent 057444b commit dc0c72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_tests/clamscan/save_html_urls_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def tearDown(self):

# Find the metadata.json file and verify its contents.
#TODO: REMOVE THIS WHEN https://github.com/Cisco-Talos/clamav/pull/1295 is merged
def verify_metadata_json(self, tempdir, expected=[], unexpected=[]):
def verify_metadata_json_TEMPORARY(self, tempdir, expected=[], unexpected=[]):
for parent, dirs, files in os.walk(tempdir):
for f in files:
if "metadata.json" == f:
Expand Down Expand Up @@ -70,7 +70,7 @@ def test_save_links(self):
, '"https://www.clamav.net/reports/malware"'
, '"http://www.google.com"'
]
self.verify_metadata_json(tempdir, expected_strings)
self.verify_metadata_json_TEMPORARY(tempdir, expected_strings)



0 comments on commit dc0c72e

Please sign in to comment.