Skip to content

Commit

Permalink
Merge pull request #38 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 3a8b6cc + 78cd9e5 commit ca03c18
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 @@ -9,7 +9,7 @@
from ostorlab.agent import definitions as agent_definitions
from ostorlab.agent.message import message
from ostorlab.runtimes import definitions as runtime_definitions
from ostorlab.utils import defintions
from ostorlab.utils import definitions

from agent import whois_ip_agent

Expand Down Expand Up @@ -101,7 +101,7 @@ def whois_ip_agent_with_scope_arg(
bus_exchange_topic="NA",
redis_url="redis://redis",
args=[
defintions.Arg(
definitions.Arg(
name="scope_domain_regex",
type="string",
value=json.dumps(".*ostorlab.co").encode(),
Expand Down

0 comments on commit ca03c18

Please sign in to comment.