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

fixup! test: remove string casts for ids

This commit is contained in:
jo 2025-06-10 22:29:41 +02:00
parent aeed1b4acd
commit 880545d3c2
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984

View file

@ -26,7 +26,7 @@
ansible.builtin.assert:
that:
- result.hcloud_iso_info | list | count == 1
- result.hcloud_iso_info[0].id == hcloud_iso_id | string
- result.hcloud_iso_info[0].id == hcloud_iso_id
- result.hcloud_iso_info[0].name == hcloud_iso_name
- result.hcloud_iso_info[0].architecture == hcloud_iso_architecture
- result.hcloud_iso_info[0].type == hcloud_iso_type