mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
cloud: Fix E2E variables test
This commit is contained in:
parent
64fbb0b613
commit
aace0015c2
@ -58,7 +58,7 @@ func Test_cloud_run_variables(t *testing.T) {
|
|||||||
commands: []tfCommand{
|
commands: []tfCommand{
|
||||||
{
|
{
|
||||||
command: []string{"init"},
|
command: []string{"init"},
|
||||||
expectedCmdOutput: `Successfully configured the backend "cloud"!`,
|
expectedCmdOutput: `Terraform Cloud has been successfully initialized!`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
command: []string{"plan", "-var", "foo=bar"},
|
command: []string{"plan", "-var", "foo=bar"},
|
||||||
|
Loading…
Reference in New Issue
Block a user