Skip to content

Commit

Permalink
Merge pull request #46 from Ostorlab/fix/update_import_oxo_utils_defi…
Browse files Browse the repository at this point in the history
…nitions

Update ostorlab.utils.definitions import
  • Loading branch information
3asm authored Dec 6, 2024
2 parents e41abb0 + 5db9340 commit 666284c
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 666284c

Please sign in to comment.