Skip to content

Commit 507b3b2

Browse files
committed
tidy
1 parent de0a1a0 commit 507b3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper/resource/importstate/import_block_in_config_file_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ func TestImportBlock_InConfigFile_ConfigExactTrue(t *testing.T) {
9393
{
9494
ResourceName: "examplecloud_container.test",
9595
ImportState: true,
96-
ImportStateKind: r.ImportBlockWithResourceIdentity,
96+
ImportStateKind: r.ImportBlockWithID,
9797

9898
// This content includes an import block with an ID so we will
9999
// use the exact content
100-
ConfigFile: config.StaticFile(`testdata/examplecloud_container_import_with_identity.tf`),
100+
ConfigFile: config.StaticFile(`testdata/examplecloud_container_with_exact_import_config_with_id.tf`),
101101
ConfigExact: true,
102102
},
103103
},

0 commit comments

Comments
 (0)