diff --git a/plugins/pyloader/src/testsuite/test-python_loader.cc b/plugins/pyloader/src/testsuite/test-python_loader.cc index 524c7e9..977e9fd 100644 --- a/plugins/pyloader/src/testsuite/test-python_loader.cc +++ b/plugins/pyloader/src/testsuite/test-python_loader.cc @@ -70,6 +70,7 @@ main(int argc, char** argv) // Self-register itself to PoliciesGatekeeper, however we don't care about it PythonPolicyManager polman; + polman.init(); Simulation& sim = Simulation::get_instance(); History& his = sim.get_history();