We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffe5a2 commit 08209f8Copy full SHA for 08209f8
tests/test_conf.py
@@ -71,8 +71,7 @@ def test_version_validation():
71
assert "Your current TERRAFORM version (1.1.1) is lower than the required minimum (3.3.3)" in result.output.replace(
72
"\n", ""
73
)
74
- assert (
75
- "Your current TOOLBOX version (2.2.2) is lower than the required minimum (4.4.4)"
76
- in result.output.replace("\n", "")
+ assert "Your current TOOLBOX version (2.2.2) is lower than the required minimum (4.4.4)" in result.output.replace(
+ "\n", ""
77
78
assert result.exit_code == 0
0 commit comments