From 65ac422e364c6849e7383f0bf0f04fd4e679968d Mon Sep 17 00:00:00 2001 From: Yacine <16624109+yelhamer@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:47:37 +0100 Subject: [PATCH] test_rules.py: update rules' fomratting Co-authored-by: Willi Ballenthin --- tests/test_rules.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/test_rules.py b/tests/test_rules.py index f857b03c..690ab924 100644 --- a/tests/test_rules.py +++ b/tests/test_rules.py @@ -517,16 +517,16 @@ def test_subscope_rules(): textwrap.dedent( """ rule: - meta: - name: test call subscope - scopes: - static: basic block - dynamic: thread - features: - - and: - - string: "explorer.exe" - - call: - - api: HttpOpenRequestW + meta: + name: test call subscope + scopes: + static: basic block + dynamic: thread + features: + - and: + - string: "explorer.exe" + - call: + - api: HttpOpenRequestW """ ) ),