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