Skip to content

Commit f9f6ac4

Browse files
bbasataaustinvalle
andauthored
Update helper/resource/testing_new_import_state.go
Co-authored-by: Austin Valle <[email protected]>
1 parent 9643933 commit f9f6ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/resource/testing_new_import_state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func requireNoopResourceAction(ctx context.Context, t testing.T, plan *tfjson.Pl
387387

388388
// should this be length checked and used as a condition, if it's a no-op then there shouldn't be any other changes here
389389
for _, action := range rc.Change.Actions {
390-
if action != "no-op" {
390+
if action != tfjson.ActionNoop {
391391
var stdout string
392392
err := runProviderCommand(ctx, t, func() error {
393393
var err error

0 commit comments

Comments
 (0)