From aeed1b4acd8029c8aa7e08ee630571f7acea1df0 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 10 Jun 2025 22:28:48 +0200 Subject: [PATCH] test: remove string casts for ids --- tests/integration/targets/primary_ip/tasks/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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