tests: update test_render_command_with_invalid_arguments

This commit is contained in:
Sina Atalay
2025-01-25 18:06:27 -05:00
parent 52f6f4788b
commit 35b77d2884

View File

@@ -393,7 +393,7 @@ def test_render_command_with_invalid_arguments(
)
assert (
"There is a problem with the extra arguments!" in result.stdout
"There is a problem with the extra arguments" in result.stdout
or "should start with double dashes!" in result.stdout
or "does not exist in the data model!" in result.stdout
or "There are some errors in the data model!" in result.stdout