diff --git a/check-needles.py b/check-needles.py index d05b21dd..e4546dd0 100755 --- a/check-needles.py +++ b/check-needles.py @@ -105,7 +105,7 @@ testliterals.append("anaconda_part_device_sda") # for Anaconda help related needles. testliterals.extend(f"anaconda_help_{fsys}" for fsys in ('install_destination', 'installation_progress', 'keyboard_layout', 'language_support', 'network_host_name', -'root_password', 'select_packages', 'installation_source', 'time_date', 'create_user', +'root_password', 'select_packages', 'installation_source', 'time_date', 'user_creation', 'language_selection', 'language', 'summary_link')) testliterals.extend(f"anaconda_main_hub_{fsys}" for fsys in ('language_support', 'selec_packages',