diff --git a/nautobot_ssot/tests/aci/test_api.py b/nautobot_ssot/tests/aci/test_api.py index 07c12195f..8f3a7d931 100644 --- a/nautobot_ssot/tests/aci/test_api.py +++ b/nautobot_ssot/tests/aci/test_api.py @@ -22,7 +22,6 @@ def setUp(self): ) # nosec self.maxDiff = None - @patch.object(AciApi, "_handle_request") @patch.object(AciApi, "_login") def test_get_tenants(self, mocked_login, mocked_handle_request):