Skip to content

Commit

Permalink
better default port
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Feb 8, 2024
1 parent 761b18b commit 87c2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def broken_event(self) -> "Event":
)


_DEFAULT_IP = "42.42.42.42"
_DEFAULT_IP = " 192.0.2.0"
DEFAULT_JUJU_DATABAG = {
"egress-subnets": _DEFAULT_IP,
"ingress-address": _DEFAULT_IP,
Expand Down

0 comments on commit 87c2c00

Please sign in to comment.