Skip to content

Commit

Permalink
test: add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Dec 18, 2024
1 parent c856f1c commit cfd329f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/snmp/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_format_ipv4_address(
# m_time,
# m_poller,
# ipv6_enabled,
# m_mongo_client,
m_mongo_client,
):
# m_poller.return_value = None
from splunk_connect_for_snmp.snmp.tasks import format_ipv4_address
Expand All @@ -317,7 +317,7 @@ def test_format_ipv4_address_disabled(
# m_time,
# m_poller,
# ipv6_enabled,
# m_mongo_client,
m_mongo_client,
):
# m_poller.return_value = None
from splunk_connect_for_snmp.snmp.tasks import format_ipv4_address
Expand All @@ -336,7 +336,7 @@ def test_format_ipv4_address_ipv6(
# m_time,
# m_poller,
# ipv6_enabled,
# m_mongo_client,
m_mongo_client,
):
# m_poller.return_value = None
from splunk_connect_for_snmp.snmp.tasks import format_ipv4_address
Expand Down

0 comments on commit cfd329f

Please sign in to comment.