Skip to content

Commit

Permalink
Merge pull request #116 from Ostorlab/fix/update_import_oxo_utils_def…
Browse files Browse the repository at this point in the history
…initions

Update ostorlab.utils.definitions import
  • Loading branch information
mohsinenar authored Dec 6, 2024
2 parents 1dc9a23 + 996e514 commit 5764e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 as utils_definitions
from ostorlab.utils import definitions as utils_definitions

from agent import nmap_agent

Expand Down
2 changes: 1 addition & 1 deletion tests/nmap_agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import requests_mock as rq_mock
from ostorlab.agent.message import message
from ostorlab.utils import defintions as utils_definitions
from ostorlab.utils import definitions as utils_definitions
from pytest_mock import plugin

from agent import nmap_agent
Expand Down

0 comments on commit 5764e86

Please sign in to comment.