mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-26 01:47:49 +02:00
Update tests to use alertstore instead of detected attribute
This commit is contained in:
@@ -94,4 +94,6 @@ class TestAndroidqfMountsModule:
|
||||
assert len(m.results) == 0, (
|
||||
f"Expected no results when mounts.json is absent, got: {m.results}"
|
||||
)
|
||||
assert len(m.detected) == 0, f"Expected no detections, got: {m.detected}"
|
||||
assert len(m.alertstore.alerts) == 0, (
|
||||
f"Expected no detections, got: {m.alertstore.alerts}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user