mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
test: update network delete protection error message (#536)
The new network service has a different error message.
This commit is contained in:
parent
7aa87bb9d9
commit
b9a1509378
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
that:
|
||||
- result is failed
|
||||
- result.failure.code == "protected"
|
||||
- result.failure.message == "network deletion is protected"
|
||||
- result.failure.message == "network is delete protected"
|
||||
|
||||
- name: Test update delete protection
|
||||
hetzner.hcloud.network:
|
||||
|
|
Loading…
Reference in a new issue