Skip to content

Commit 4f3dc6c

Browse files
committed
remove duplicate nil check on testStepConfig
1 parent 8a9f46f commit 4f3dc6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ func testStepNewImportState(ctx context.Context, t testing.T, helper *plugintest
9393

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

96-
if testStepConfig == nil {
97-
logging.HelperResourceTrace(ctx, "Using prior TestStep Config for import")
98-
}
99-
10096
// Create working directory for import tests
10197
if testStepConfig == nil {
10298
logging.HelperResourceTrace(ctx, "Using prior TestStep Config for import")

0 commit comments

Comments
 (0)