Skip to content

Commit 07f47a4

Browse files
authored
Merge pull request #14 from nywilken/update-acc-test
Update acceptance test to embed HCL2 configs
2 parents c3b2bc6 + 25ba9ed commit 07f47a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

builder/upcloud/builder_acc_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ func TestBuilderAcc_networking(t *testing.T) {
7878

7979
// pkr.hcl
8080

81-
//go:embed test-fixtures/json/basic.json
81+
//go:embed test-fixtures/hcl2/basic.pkr.hcl
8282
var testBuildBasicHcl string
8383

84-
//go:embed test-fixtures/json/storage-uuid.json
84+
//go:embed test-fixtures/hcl2/storage-uuid.pkr.hcl
8585
var testBuilderStorageUuidHcl string
8686

87-
//go:embed test-fixtures/json/storage-name.json
87+
//go:embed test-fixtures/hcl2/storage-name.pkr.hcl
8888
var testBuilderStorageNameHcl string
8989

9090
func TestBuilderAcc_default_hcl(t *testing.T) {

0 commit comments

Comments
 (0)