test_rules.py: update rules' fomratting

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine
2023-08-07 09:47:37 +01:00
committed by GitHub
parent 5ffb6ca0cd
commit 65ac422e36

View File

@@ -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
"""
)
),