Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08209f8

Browse files
committedMar 15, 2025·
black
1 parent 2ffe5a2 commit 08209f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

Diff for: ‎tests/test_conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ def test_version_validation():
7171
assert "Your current TERRAFORM version (1.1.1) is lower than the required minimum (3.3.3)" in result.output.replace(
7272
"\n", ""
7373
)
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", "")
74+
assert "Your current TOOLBOX version (2.2.2) is lower than the required minimum (4.4.4)" in result.output.replace(
75+
"\n", ""
7776
)
7877
assert result.exit_code == 0

0 commit comments

Comments
 (0)
Please sign in to comment.