linux.malware.check_syscall - fix test

This commit is contained in:
SolitudePy
2025-06-07 19:35:26 +03:00
parent 5b538d1686
commit 70514396b3
+1 -1
View File
@@ -41,7 +41,7 @@ class TestLinuxCheckIdt:
class TestLinuxCheckSyscall:
def test_linux_generic_check_syscall(self, image, volatility, python):
rc, out, _err = test_volatility.runvol_plugin(
"linux.check_syscall.Check_syscall", image, volatility, python
"linux.malware.check_syscall.Check_syscall", image, volatility, python
)
assert rc == 0