Skip to content

Commit

Permalink
chore: Reduce amount of mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
dariofaccin committed Nov 24, 2023
1 parent 5d8e47a commit 633eebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ def test_relations_available_and_config_pushed_and_pebble_updated_when_pebble_re
)

@patch("charm.check_output")
@patch("ops.model.Container.exec", new=Mock)
@patch("charms.sdcore_nrf.v0.fiveg_nrf.NRFRequires.nrf_url", new_callable=PropertyMock)
def test_given_empty_ip_address_when_pebble_ready_then_status_is_waiting(
self,
Expand Down

0 comments on commit 633eebd

Please sign in to comment.