Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Feb 1, 2024
1 parent 482274d commit 58041e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_firewall_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def test_handle_interface_offline_true(self, zone_settings, firewall_class):
)
called_mock = getattr(fw_settings, "addInterface")
assert [call("eth2")] == called_mock.call_args_list
assert False

@patch("firewall_lib.FirewallClientZoneSettings", create=True)
@patch("firewall_lib.FirewallClient", create=True)
Expand Down

0 comments on commit 58041e1

Please sign in to comment.