From 70fc48d992ce23da4ca68720f80e0a8d871bec94 Mon Sep 17 00:00:00 2001 From: Antonin Rykalsky Date: Mon, 19 Feb 2024 15:00:34 +0100 Subject: [PATCH] feat: metal_plan_info.py --- tests/integration/targets/metal_plan_info/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/metal_plan_info/tasks/main.yml b/tests/integration/targets/metal_plan_info/tasks/main.yml index 6826635..2bc5c5b 100644 --- a/tests/integration/targets/metal_plan_info/tasks/main.yml +++ b/tests/integration/targets/metal_plan_info/tasks/main.yml @@ -24,7 +24,7 @@ - assert: that: - - project.name == '{{ test_prefix }}-project' + - "project.name == '{{ test_prefix }}-project'" - name: list metal plans info by categories equinix.cloud.metal_plan_info: