Skip to content

Commit 1f979e2

Browse files
committed
update comment
1 parent 4dd7265 commit 1f979e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func testStepNewImportState(ctx context.Context, t testing.T, helper *plugintest
9393

9494
logging.HelperResourceTrace(ctx, fmt.Sprintf("Using import identifier: %s", importId))
9595

96-
// Create working directory for import tests
96+
// Prepare the test config dependent on the kind of import test being performed
9797
if testStepConfig == nil {
9898
logging.HelperResourceTrace(ctx, "Using prior TestStep Config for import")
9999

@@ -122,7 +122,6 @@ func testStepNewImportState(ctx context.Context, t testing.T, helper *plugintest
122122
}.Exec()
123123

124124
testStepConfig = teststep.Configuration(confRequest)
125-
//testStepConfig = cfg
126125
if testStepConfig == nil {
127126
t.Fatal("Cannot import state with no specified config")
128127
}

0 commit comments

Comments
 (0)