We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafecb7 commit 586509fCopy full SHA for 586509f
internal/services/block/snapshot_test.go
@@ -65,7 +65,7 @@ func TestAccSnapshot_FromS3(t *testing.T) {
65
resource "scaleway_object" "qcow-object" {
66
bucket = scaleway_object_bucket.snapshot-bucket.name
67
key = "test-acc-block-snapshot.qcow2"
68
- file = "testfixtures/small_image.qcow2"
+ file = "testfixture/small_image.qcow2"
69
}
70
71
resource "scaleway_block_snapshot" "qcow-block-snapshot" {
internal/services/block/testfixtures/small_image.qcow2 renamed to internal/services/block/testfixture/small_image.qcow2
0 commit comments