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:
parent
aeed1b4acd
commit
880545d3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue