mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +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…
Add table
Add a link
Reference in a new issue