Skip to content

Commit 307d5f0

Browse files
Fixed - The FMT Changes
1 parent bfcdd19 commit 307d5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/data_labeling_service_dataset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func TestDataLabelingServiceDatasetResource_basic(t *testing.T) {
107107
config := acctest.ProviderTestConfig()
108108

109109
compartmentId := utils.GetEnvSettingWithBlankDefault("compartment_ocid")
110-
compartmentIdVariableStr := fmt.Sprintf("variable \"compartment_id" +
110+
compartmentIdVariableStr := fmt.Sprintf("variable \"compartment_id"+
111111
"\" { default = \"%s\" }\n", compartmentId)
112112

113113
compartmentIdU := utils.GetEnvSettingWithDefault("compartment_id_for_Update", compartmentId)

0 commit comments

Comments
 (0)