Skip to content

Commit 586509f

Browse files
committed
nit block: align testfixture with other resources
1 parent eafecb7 commit 586509f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal/services/block/snapshot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestAccSnapshot_FromS3(t *testing.T) {
6565
resource "scaleway_object" "qcow-object" {
6666
bucket = scaleway_object_bucket.snapshot-bucket.name
6767
key = "test-acc-block-snapshot.qcow2"
68-
file = "testfixtures/small_image.qcow2"
68+
file = "testfixture/small_image.qcow2"
6969
}
7070
7171
resource "scaleway_block_snapshot" "qcow-block-snapshot" {

0 commit comments

Comments
 (0)