We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f619e commit 12fcf34Copy full SHA for 12fcf34
mmv1/third_party/terraform/acctest/vcr_utils.go
@@ -143,6 +143,8 @@ func vcrFileName(name string) string {
143
// VcrTest is a wrapper for resource.Test to swap out providers for VCR providers and handle VCR specific things
144
// Can be called when VCR is not enabled, and it will behave as normal
145
func VcrTest(t *testing.T, c resource.TestCase) {
146
+ t.Helper()
147
+
148
if IsVcrEnabled() {
149
defer closeRecorder(t)
150
} else if isReleaseDiffEnabled() {
0 commit comments