From 35b77d288413e9603ee187d0756647528d160780 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 25 Jan 2025 18:06:27 -0500 Subject: [PATCH] tests: update `test_render_command_with_invalid_arguments` --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index bd306811..a95fda8e 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -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