Skip to content

Commit

Permalink
tests: add network
Browse files Browse the repository at this point in the history
  • Loading branch information
natalian98 committed Feb 16, 2024
1 parent fc4a031 commit f343eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def harness(mocked_kubernetes_service_patcher: Generator) -> Generator[Harness,
harness.set_model_name("testing")
harness.set_leader(True)
harness.begin()
harness.add_network("10.0.0.10")
yield harness
harness.cleanup()

Expand Down

0 comments on commit f343eb3

Please sign in to comment.