linux.malware.check_idt - fix doc & test deps

This commit is contained in:
SolitudePy
2025-06-07 19:23:13 +03:00
parent c36fdd69f6
commit 4bc1bb818d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class TestLinuxPslist:
class TestLinuxCheckIdt:
def test_linux_generic_check_idt(self, image, volatility, python):
rc, out, _err = test_volatility.runvol_plugin(
"linux.check_idt.Check_idt", image, volatility, python
"linux.malware.check_idt.Check_idt", image, volatility, python
)
assert rc == 0