Skip to content

Commit f9139fc

Browse files
committed
Revert "fixup! Extract verifyImportState()"
This reverts commit 7ffdbcc.
1 parent 7ffdbcc commit f9139fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ func runImportTestStep(ctx context.Context, t testing.T, helper *plugintest.Help
308308
}
309309

310310
func verifyImportState(state *terraform.State, importState *terraform.State, identifierAttribute string, importStateVerifyIgnore []string) (testOutcome, error) {
311-
t.Helper()
312-
313311
// Ensure that we do not match against data sources as they
314312
// cannot be imported and are not what we want to verify.
315313
// Mode is not present in ResourceState so we use the

0 commit comments

Comments
 (0)