We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7cbbc20 commit57ea109Copy full SHA for 57ea109
provisioner/terraform/resources_test.go
@@ -33,10 +33,10 @@ func ctxAndLogger(t *testing.T) (context.Context, slog.Logger) {
33
returncontext.Background(),testutil.Logger(t)
34
}
35
36
-//TestConvertStateGoldenFiles compares the output of ConvertState to a golden
+//TestConvertStateGolden compares the output of ConvertState to a golden
37
// file to prevent regressions. If the logic changes, update the golden files
38
// accordingly.
39
-funcTestConvertStateGoldenFiles(t*testing.T) {
+funcTestConvertStateGolden(t*testing.T) {
40
t.Parallel()
41
42
testResourceDirectories:=filepath.Join("testdata","resources")