fixed plan cmd test
This commit is contained in:
parent
46b20fe086
commit
021db11acb
1 changed files with 1 additions and 2 deletions
|
@ -125,13 +125,12 @@ CMD_CASES_1_x = [
|
|||
lambda x: x.cmd(
|
||||
{"chdir": "var_to_output"},
|
||||
"plan",
|
||||
"",
|
||||
no_color=IsFlagged,
|
||||
var={"test_var": "test"},
|
||||
raise_on_error=False,
|
||||
),
|
||||
# Expected output varies by terraform version
|
||||
"Plan: 0 to add, 0 to change, 0 to destroy.",
|
||||
"Changes to Outputs:",
|
||||
0,
|
||||
False,
|
||||
"",
|
||||
|
|
Loading…
Reference in a new issue