Skip to content

Commit 2f36714

Browse files
committed
tidy
1 parent 75caa28 commit 2f36714

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

helper/resource/importstate/import_block_in_config_file_test.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,11 @@ func TestImportBlock_InConfigFile_ConfigExactTrue(t *testing.T) {
9494
ResourceName: "examplecloud_container.test",
9595
ImportState: true,
9696
ImportStateKind: r.ImportBlockWithResourceIdentity,
97-
ConfigFile: config.StaticFile(`testdata/examplecloud_container_import_with_identity.tf`),
98-
ConfigExact: true,
97+
98+
// This content includes an import block with an ID so we will
99+
// use the exact content
100+
ConfigFile: config.StaticFile(`testdata/examplecloud_container_import_with_identity.tf`),
101+
ConfigExact: true,
99102
},
100103
},
101104
})

0 commit comments

Comments
 (0)