diff --git a/tests/conftest.py b/tests/conftest.py index 13a2053..95529d5 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -6,7 +6,7 @@ from ostorlab.agent import definitions as agent_definitions from ostorlab.runtimes import definitions as runtime_definitions -from agent import agent as virustotal_agent +from agent import virus_total_agent @pytest.fixture(name='message') @@ -42,7 +42,7 @@ def create_virustotal_agent(): bus_exchange_topic='NA', ) - agent = virustotal_agent.VirusTotalAgent( + agent = virus_total_agent.VirusTotalAgent( definition, settings, )