Skip to content

Commit 6361d8d

Browse files
committed
fix: run gofmt
1 parent b0a44df commit 6361d8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/other_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ func TestRunFSCloudExample(t *testing.T) {
115115
*/
116116
//ResourceGroup: resourceGroup,
117117
TerraformVars: map[string]interface{}{
118-
"access_tags": permanentResources["accessTags"],
119-
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
120-
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
118+
"access_tags": permanentResources["accessTags"],
119+
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
120+
"mysql_version": "8.0", // Always lock this test into the latest supported mysql version
121121
},
122122
ImplicitDestroy: []string{
123123
"module.mysql_db.module.mysql_db.time_sleep.wait_for_authorization_policy",

0 commit comments

Comments
 (0)