Skip to content

Commit

Permalink
use new name of the agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadly-panda committed Jan 28, 2022
1 parent 67bf39a commit 332d845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -42,7 +42,7 @@ def create_virustotal_agent():
bus_exchange_topic='NA',
)

agent = virustotal_agent.VirusTotalAgent(
agent = virus_total_agent.VirusTotalAgent(
definition,
settings,
)
Expand Down

0 comments on commit 332d845

Please sign in to comment.