diff --git a/tests/api2/test_210_group.py b/tests/api2/test_210_group.py index fd3f6162c7a54..790abe502fb5e 100644 --- a/tests/api2/test_210_group.py +++ b/tests/api2/test_210_group.py @@ -283,7 +283,7 @@ def test_27_full_groupmap_check(request): gid, sid = i entry = gm['builtins'][gid] assert entry['sid'] == sid, str(entry) - assert entry['unix_group'] == f'BUILTIN\\{entry["nt_name"].lower()}', str(entry) + assert entry['unix_group'] == gid, str(entry) assert entry['group_type_int'] == 4, str(entry) assert int(gid) == entry['gid'], str(entry)