Skip to content

Commit

Permalink
Adding config to extract_artifact test
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Jul 26, 2022
1 parent f1cfedd commit 2cf7ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cape_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ def test_extract_artifacts(cape_class_instance, dummy_request_class, dummy_zip_c
cape_class_instance.artifact_list = []
cape_class_instance.request = dummy_request_class()
cape_class_instance.request.deep_scan = True
cape_class_instance.config["extract_cape_dumps"] = True
correct_image_section = ResultImageSection(
dummy_request_class,
f"Screenshots taken during Task {task_id}",
Expand Down

0 comments on commit 2cf7ebf

Please sign in to comment.