diff --git a/tests/ui_tests/common.py b/tests/ui_tests/common.py index 1950806f41..43e4c0b8fa 100644 --- a/tests/ui_tests/common.py +++ b/tests/ui_tests/common.py @@ -84,8 +84,8 @@ def write_fixtures( ) -> None: global FIXTURES content, _ = prepare_fixtures(results, remove_missing) - FIXTURES = FixturesType(content) dest.write_text(json.dumps(content, indent=0, sort_keys=True) + "\n") + FIXTURES = FixturesType({}) # reset the cache def _rename_records(screen_path: Path) -> None: