cloud: Fix E2E variables test

This commit is contained in:
Chris Arcand 2021-10-23 23:33:52 -05:00
parent 64fbb0b613
commit aace0015c2
1 changed files with 1 additions and 1 deletions

View File

@ -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"},