]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests/system/framework/utils/tools.py: fix GShadowEntry
authorIker Pedrosa <ipedrosa@redhat.com>
Tue, 23 Dec 2025 09:26:33 +0000 (10:26 +0100)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Thu, 1 Jan 2026 14:44:52 +0000 (15:44 +0100)
commitce9e598fac3a130c5578b8e13d69707f42d7d359
tree38970cf40fb61c98ea986044cbcb6dc5e069216d
parentd7ce7e868ed0dd6c17d4a422700e3da1e111e01c
tests/system/framework/utils/tools.py: fix GShadowEntry

GShadowEntry administrators and members represent a list of usernames,
not a single string. Thus, set them to `list[str]`. This fixes type
safety and clarifies the expected data structure.

Fixes: 458700b5d670 (2025-09-10; "tests/system/framework/: fix Python linter issues")
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
tests/system/framework/utils/tools.py