From 5db93409cd666864b416ba3cf5e429e61610e00d Mon Sep 17 00:00:00 2001 From: benyissa Date: Fri, 6 Dec 2024 18:14:10 +0100 Subject: [PATCH] Update ostorlab.utils.definitions import --- tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 637fe75..22a5d72 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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 @@ -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(),