Skip to content

Commit

Permalink
ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arivra committed Aug 28, 2024
1 parent 28e226f commit 4a1e37b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unittests/tools/test_threat_composer_parser.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import os

from dojo.models import Test
from dojo.tools.threat_composer.parser import ThreatComposerParser
from unittests.dojo_test_case import DojoTestCase, get_unit_tests_path
import os


def sample_path(file_name: str):
return os.path.join("/scans/threat_composer", file_name)


class TestThreatComposerParser(DojoTestCase):

def test_threat_composer_parser_with_no_threat_has_no_findings(self):
Expand Down

0 comments on commit 4a1e37b

Please sign in to comment.