From 3589a15588298952aee147acc7169b27ee839f7c Mon Sep 17 00:00:00 2001 From: ajasnosz Date: Thu, 19 Dec 2024 10:45:43 +0100 Subject: [PATCH] test: add unit tests --- test/snmp/test_tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/snmp/test_tasks.py b/test/snmp/test_tasks.py index 2da2a259b..f17415004 100644 --- a/test/snmp/test_tasks.py +++ b/test/snmp/test_tasks.py @@ -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