Skip to content

Commit

Permalink
Fix get_bds unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch authored and jdrew82 committed Aug 21, 2024
1 parent d6598bb commit b2896ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautobot_ssot/tests/aci/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b2896ca

Please sign in to comment.