From 2ef5b24e40e609bc9b2f65718953271ebd3843d8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 15 Aug 2024 20:40:22 +0200 Subject: [PATCH] tests: moar friskies --- src/tests/test_questions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/test_questions.py b/src/tests/test_questions.py index 4828e681c..af8bc4469 100644 --- a/src/tests/test_questions.py +++ b/src/tests/test_questions.py @@ -1772,8 +1772,8 @@ class TestUser(BaseTest): # │ GROUP │ # ╰───────────────────────────────────────────────────────╯ -groups1 = ["all_users", "visitors", "admins"] -groups2 = ["all_users", "visitors", "admins", "custom_group"] +groups1 = {"all_users": {}, "visitors": {}, "admins": {}} +groups2 = {"all_users": {}, "visitors": {}, "admins": {}, "custom_group": {}} @contextmanager