mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
test: server types locations are sorted by id (#717)
##### SUMMARY Server type locations are sorted by ID. Fix the test to reflect that.
This commit is contained in:
parent
2853e289b0
commit
72ca6df233
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@
|
|||
- result.hcloud_server_type_info[0].deprecation is not none
|
||||
- result.hcloud_server_type_info[0].deprecation.announced == '2024-06-06T08:00:00+00:00'
|
||||
- result.hcloud_server_type_info[0].deprecation.unavailable_after == '2024-09-06T00:00:00+00:00'
|
||||
- result.hcloud_server_type_info[0].locations[0].id == 2
|
||||
- result.hcloud_server_type_info[0].locations[0].name == "nbg1"
|
||||
- result.hcloud_server_type_info[0].locations[0].id == 1
|
||||
- result.hcloud_server_type_info[0].locations[0].name == "fsn1"
|
||||
- result.hcloud_server_type_info[0].locations[0].deprecation is not none
|
||||
- result.hcloud_server_type_info[0].locations[0].deprecation.announced == '2024-06-06T08:00:00+00:00'
|
||||
- result.hcloud_server_type_info[0].locations[0].deprecation.unavailable_after == '2024-09-06T00:00:00+00:00'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue