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 Oct 2, 2023
1 parent 4b55210 commit 2ab5472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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"
}

}
}
2 changes: 1 addition & 1 deletion tests/qa_provider_oapi/tests_to_fix.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"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_image_TF-67_image_resource_attributes_ok"
]

0 comments on commit 2ab5472

Please sign in to comment.