From 71b7572d15cb9501cdc8fe052bf5c5fa27f241c2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 25 Feb 2022 12:41:26 -0800 Subject: [PATCH] Update check-needles for anaconda user creation help needle rename Signed-off-by: Adam Williamson --- check-needles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',