From 701fcb8c5e031d3ca2803f69204c10c7a2084317 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:46:24 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Remove=20BIG-IP=20netmiko?= =?UTF-8?q?=20platform=20check=20as=20it=20isn't=20a=20valid=20platform=20?= =?UTF-8?q?anyways.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nautobot_ssot/tests/device42/unit/test_utils_device42.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nautobot_ssot/tests/device42/unit/test_utils_device42.py b/nautobot_ssot/tests/device42/unit/test_utils_device42.py index a83f5a2c4..74c0d9472 100644 --- a/nautobot_ssot/tests/device42/unit/test_utils_device42.py +++ b/nautobot_ssot/tests/device42/unit/test_utils_device42.py @@ -165,7 +165,6 @@ def test_get_intf_status(self, name, sent, received): # pylint: disable=unused- ("iosxe", "iosxe", "cisco_ios"), ("iosxr", "iosxr", "cisco_xr"), ("nxos", "nxos", "cisco_nxos"), - ("bigip", "f5", "f5_tmsh"), ("junos", "junos", "juniper_junos"), ("dell", "dell", "dell"), ]