Skip to content

Commit 576fa95

Browse files
committed
Fix format string syntax
1 parent 5794ec8 commit 576fa95

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
@@ -476,7 +476,7 @@ func savedPlanRawStdout(ctx context.Context, t testing.T, wd *plugintest.Working
476476
}, wd, providers)
477477

478478
if err != nil {
479-
return fmt.Sprintf("error retrieving formatted plan output: %w", err)
479+
return fmt.Sprintf("error retrieving formatted plan output: %s", err)
480480
}
481481
return stdout
482482
}

0 commit comments

Comments
 (0)