aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_main.py')
-rw-r--r--tests/test_cli_main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cli_main.py b/tests/test_cli_main.py
index 3472e31..c129c4b 100644
--- a/tests/test_cli_main.py
+++ b/tests/test_cli_main.py
@@ -311,7 +311,7 @@ def test_commands_execution_backend_main(
MagicMock(side_effect=Exception("Error")),
[
"Execution finished with error: Error",
- "Please check the log files in the /tmp/mlia-",
+ "Please check the log files in the",
"/logs for more details",
],
],
@@ -320,7 +320,7 @@ def test_commands_execution_backend_main(
MagicMock(side_effect=Exception("Error")),
[
"Execution finished with error: Error",
- "Please check the log files in the /tmp/mlia-",
+ "Please check the log files in the",
"/logs for more details, or enable debug mode (--debug)",
],
],