From dad7c79b5316f5271cdd5adbe469917dd7d5968f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:36:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_attack_report_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_attack_report_formatter.py b/tests/test_attack_report_formatter.py index a1127672..2e3818dc 100644 --- a/tests/test_attack_report_formatter.py +++ b/tests/test_attack_report_formatter.py @@ -148,7 +148,7 @@ def test_pretty_print(self): } g = GenerateTextReport() - g._pretty_print(example_report, 'Example Title') + g._pretty_print(example_report, "Example Title") def test_process_attack_target_json(self): """Test which tests the process_attack_target_json function."""