From d7dadca40fc635bf9ff3d35a8832a62e4b9e1936 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 6 Oct 2023 14:56:05 -0700 Subject: [PATCH] Re-enable disabled cloud configure tests These got turned off in d7e07e66fc0bd by accident --- internal/cloud/backend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cloud/backend_test.go b/internal/cloud/backend_test.go index 438d7b8eb9..10910abd43 100644 --- a/internal/cloud/backend_test.go +++ b/internal/cloud/backend_test.go @@ -138,7 +138,7 @@ func TestCloud_PrepareConfig(t *testing.T) { } } -func WithEnvVars(t *testing.T) { +func TestCloud_configWithEnvVars(t *testing.T) { cases := map[string]struct { setup func(b *Cloud) config cty.Value