Skip to content

Commit

Permalink
test: update validate error message in test_networking (canonical#5436)
Browse files Browse the repository at this point in the history
Message changed in 9c3258f
  • Loading branch information
blackboxsw authored Jun 25, 2024
1 parent 32f0400 commit 8c396a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_tests/test_networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ def test_invalid_network_v2_netplan(
) in client.execute("cloud-init schema --system")
else:
assert (
"Invalid network-config provided: Please run "
"'sudo cloud-init schema --system' to see the schema errors."
"network-config failed schema validation! You may run "
"'sudo cloud-init schema --system' to check the details."
) in client.execute("cloud-init status --format=json")
assert (
"Invalid network-config /var/lib/cloud/instances/"
Expand Down

0 comments on commit 8c396a4

Please sign in to comment.