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 19, 2024
1 parent cfd329f commit 3589a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/snmp/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,14 @@ def test_trap_reverse_dns_lookup(
result,
)

# @patch("splunk_connect_for_snmp.snmp.tasks.IPv6_ENABLED", True)
@patch("splunk_connect_for_snmp.snmp.tasks.IPv6_ENABLED", True)
# @patch("splunk_connect_for_snmp.snmp.manager.Poller.__init__")
# @patch("time.time")
def test_format_ipv4_address(
self,
# m_time,
# m_poller,
# ipv6_enabled,
ipv6_enabled,
m_mongo_client,
):
# m_poller.return_value = None
Expand Down

0 comments on commit 3589a15

Please sign in to comment.