diff --git a/tests/integration/targets/primary_ip/tasks/test.yml b/tests/integration/targets/primary_ip/tasks/test.yml index 54c19dc..6828453 100644 --- a/tests/integration/targets/primary_ip/tasks/test.yml +++ b/tests/integration/targets/primary_ip/tasks/test.yml @@ -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