Skip to content

Commit

Permalink
Fix integration test TF-154
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Sep 29, 2023
1 parent 4b55210 commit e55b45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ resource "outscale_volume" "outscale_volume" {
tags {
key = "name"
value = "volume-io1"
}

}
}
3 changes: 1 addition & 2 deletions tests/qa_provider_oapi/tests_to_fix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit e55b45a

Please sign in to comment.