From 880545d3c2621a8e00592a49ba8af4c1adc0aba0 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 10 Jun 2025 22:29:41 +0200 Subject: [PATCH] fixup! test: remove string casts for ids --- tests/integration/targets/iso_info/tasks/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/iso_info/tasks/test.yml b/tests/integration/targets/iso_info/tasks/test.yml index 5a4a42d..997e25f 100644 --- a/tests/integration/targets/iso_info/tasks/test.yml +++ b/tests/integration/targets/iso_info/tasks/test.yml @@ -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