Skip to content

Commit 50666c6

Browse files
Fix lint issue, in test
1 parent 83c1e14 commit 50666c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/resource_kubernetes_config_map_v1_data_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ func testAccKubernetesConfigMapV1Data_binaryDataUpdated(name string, baseDir str
202202
}
203203
204204
binary_data = {
205-
"binary1" = "${filebase64("%s/test-fixtures/binary.data")}"
206-
"binary2" = "${filebase64("%s/test-fixtures/binary2.data")}"
205+
"binary1" = "${filebase64("%s/test-fixtures/binary.data")}"
206+
"binary2" = "${filebase64("%s/test-fixtures/binary2.data")}"
207207
"inline_binary" = "${base64encode("Raw inline data")}"
208208
}
209209

0 commit comments

Comments
 (0)