Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73db628

Browse files
authored
Fix DiscoverFilesTest class name
1 parent 7c8f02b commit 73db628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_json_output(self, mock_json, mock_find_vulnerabilities, mock_parse_args
6262
)
6363

6464

65-
class MainTest(BaseTestCase):
65+
class DiscoverFilesTest(BaseTestCase):
6666
def test_targets_with_no_excluded(self):
6767
targets = ["examples/vulnerable_code/inter_command_injection.py"]
6868
excluded_files = ""

0 commit comments

Comments
 (0)