fixed plan cmd test

This commit is contained in:
bom 2022-01-12 13:55:11 +01:00
parent 46b20fe086
commit 021db11acb

View file

@ -125,13 +125,12 @@ CMD_CASES_1_x = [
lambda x: x.cmd( lambda x: x.cmd(
{"chdir": "var_to_output"}, {"chdir": "var_to_output"},
"plan", "plan",
"",
no_color=IsFlagged, no_color=IsFlagged,
var={"test_var": "test"}, var={"test_var": "test"},
raise_on_error=False, raise_on_error=False,
), ),
# Expected output varies by terraform version # Expected output varies by terraform version
"Plan: 0 to add, 0 to change, 0 to destroy.", "Changes to Outputs:",
0, 0,
False, False,
"", "",