We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca39db commit b9de698Copy full SHA for b9de698
tests/test_resultinfo.py
@@ -58,7 +58,7 @@ def test_get_resultinfo_2(simple_bar, server_type):
58
assert res.user_name == "afaure"
59
assert res.job_name == "file_Static22_0"
60
assert res.product_name == "FULL"
61
- assert res.main_title == "unsaved_project--Static"
+ assert "unsaved_project--Static" in res.main_title
62
assert res.cyclic_support is None
63
64
0 commit comments