From aace0015c2eb108d9bbb978a1a7618a11f943cee Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Sat, 23 Oct 2021 23:33:52 -0500 Subject: [PATCH] cloud: Fix E2E variables test --- internal/cloud/e2e/run_variables_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cloud/e2e/run_variables_test.go b/internal/cloud/e2e/run_variables_test.go index 6029066b79..f5a86c650a 100644 --- a/internal/cloud/e2e/run_variables_test.go +++ b/internal/cloud/e2e/run_variables_test.go @@ -58,7 +58,7 @@ func Test_cloud_run_variables(t *testing.T) { commands: []tfCommand{ { command: []string{"init"}, - expectedCmdOutput: `Successfully configured the backend "cloud"!`, + expectedCmdOutput: `Terraform Cloud has been successfully initialized!`, }, { command: []string{"plan", "-var", "foo=bar"},