diff --git a/test/unit/tool_util/test_test_parsing.py b/test/unit/tool_util/test_test_parsing.py index 16552a12b825..ca6765d598cd 100644 --- a/test/unit/tool_util/test_test_parsing.py +++ b/test/unit/tool_util/test_test_parsing.py @@ -44,11 +44,11 @@ def test_assert_legacy_same_as_new_list_style(): """ - has_archive_member: path: ".*" - children: - - has_text: - text: "a text" - - has_text: - text: "another text" + asserts: + - has_text: + text: "a text" + - has_text: + text: "another text" """ )