1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

test: server types locations are sorted by id

This commit is contained in:
jo 2025-10-27 11:20:26 +01:00 committed by Jonas L.
parent 2853e289b0
commit 420a552c0c

View file

@ -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'