fix test_rules.py yaml identation bug

This commit is contained in:
Yacine Elhamer
2023-08-04 16:20:20 +01:00
parent 8b36cd1e35
commit 8dc4adbb5e

View File

@@ -363,10 +363,10 @@ def test_multi_scope_rules_features():
static: instruction
dynamic: call
features:
- and:
- and:
- or:
- api: socket
- and:
- api: socket
- and:
- os: linux
- mnemonic: syscall
- number: 41 = socket()