Skip to content

Commit

Permalink
Update ostorlab.utils.definitions import
Browse files Browse the repository at this point in the history
  • Loading branch information
benyissa committed Dec 6, 2024
1 parent e41abb0 commit 5db9340
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 @@ -8,7 +8,7 @@
from ostorlab.agent import definitions as agent_definitions
from ostorlab.runtimes import definitions as runtime_definitions
from ostorlab.agent.message import message
from ostorlab.utils import defintions
from ostorlab.utils import definitions

from agent import whois_domain_agent

Expand Down Expand Up @@ -82,7 +82,7 @@ def test_agent_with_scope_arg() -> whois_domain_agent.AgentWhoisDomain:
bus_exchange_topic="NA",
redis_url="redis://redis",
args=[
defintions.Arg(
definitions.Arg(
name="scope_domain_regex",
type="string",
value=json.dumps(".*medallia.com").encode(),
Expand Down

0 comments on commit 5db9340

Please sign in to comment.