Skip to content

Commit

Permalink
🐛 fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Jan 17, 2024
1 parent f35fc16 commit 9414270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unittests/test_import_reimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def __init__(self, *args, **kwargs):
self.veracode_mitigated_findings = self.scans_path + 'veracode/mitigated_finding.xml'
self.scan_type_veracode = 'Veracode Scan'

self.clair_few_findings = self.scans_path + 'clair/few_vuln.json'
self.clair_empty = self.scans_path + 'clair/empty.json'
self.clair_few_findings = self.scans_path + 'clair/clair_few_vuln.json'
self.clair_empty = self.scans_path + 'clair/clair_empty.json'
self.scan_type_clair = 'Clair Scan'

self.generic_filename_with_file = self.scans_path + "generic/test_with_image.json"
Expand Down

0 comments on commit 9414270

Please sign in to comment.