From 243609df3a35138889f21c89ada1a5ef891168df Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Wed, 27 Sep 2023 13:06:34 +0000 Subject: [PATCH] Fix integration test TF-154 --- .../step1.volume_resource_attributes_ok2.tf | 3 +-- tests/qa_provider_oapi/tests_to_fix.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/qa_provider_oapi/data/volume/TF-154_volume_resource_attributes_ok2/step1.volume_resource_attributes_ok2.tf b/tests/qa_provider_oapi/data/volume/TF-154_volume_resource_attributes_ok2/step1.volume_resource_attributes_ok2.tf index a2a7bacf1..1646dfc8d 100644 --- a/tests/qa_provider_oapi/data/volume/TF-154_volume_resource_attributes_ok2/step1.volume_resource_attributes_ok2.tf +++ b/tests/qa_provider_oapi/data/volume/TF-154_volume_resource_attributes_ok2/step1.volume_resource_attributes_ok2.tf @@ -11,6 +11,5 @@ resource "outscale_volume" "outscale_volume" { tags { key = "name" value = "volume-io1" - } - + } } diff --git a/tests/qa_provider_oapi/tests_to_fix.json b/tests/qa_provider_oapi/tests_to_fix.json index 21892a65a..b9bc7035b 100644 --- a/tests/qa_provider_oapi/tests_to_fix.json +++ b/tests/qa_provider_oapi/tests_to_fix.json @@ -6,6 +6,5 @@ "test_image_export_task_TF-191_image_export_task_datasource_attributes_ok", "test_snapshot_export_tasks_TF-195_snapshot_export_tasks_datasource_attributes_ok", "test_load_balancer_attributes_TF-86_update_load_balancer_listener_ssl_certificate_ok", - "test_product_types_TF-184_product_type_datasources_all_ok", - "test_volume_TF-154_volume_resource_attributes_ok2" + "test_product_types_TF-184_product_type_datasources_all_ok" ]