Skip to content

Commit cdabdfb

Browse files
rerecord JIRAImportAndPushTestApi.test_groups_create_edit_update_finding
1 parent 64569c3 commit cdabdfb

2 files changed

Lines changed: 1000 additions & 840 deletions

File tree

unittests/test_jira_import_and_pushing_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ def test_create_edit_update_finding(self):
440440
self.assert_cassette_played()
441441

442442
def test_groups_create_edit_update_finding(self):
443-
import logging
444-
logging.basicConfig()
445-
logging.getLogger("vcr").setLevel(logging.DEBUG)
446443
import0 = self.import_scan_with_params(self.npm_groups_sample_filename, scan_type="NPM Audit Scan", group_by="component_name+component_version", verified=True)
447444
test_id = import0["test"]
448445
self.assert_jira_issue_count_in_test(test_id, 0)

0 commit comments

Comments
 (0)