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

test: remove string casts for ids

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

View file

@ -155,7 +155,7 @@
- result is changed
- result.hcloud_primary_ip.name == hcloud_primary_ip_name
- result.hcloud_primary_ip.type == "ipv6"
- result.hcloud_primary_ip.assignee_id == test_server.hcloud_server.id | string
- result.hcloud_primary_ip.assignee_id == test_server.hcloud_server.id
- result.hcloud_primary_ip.assignee_type == "server"
- name: Test create with server idempotency