From d0f6c815c3604feb597046210aa0461fc40f1e3a Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 18 Apr 2024 17:09:43 +0200 Subject: [PATCH] fix Signed-off-by: Marc 'risson' Schmitt --- tests/benchmark/fixtures.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/benchmark/fixtures.py b/tests/benchmark/fixtures.py index 6a53dd1cf9..664a455410 100755 --- a/tests/benchmark/fixtures.py +++ b/tests/benchmark/fixtures.py @@ -331,9 +331,9 @@ def delete(): def main(action: str): match action: case "create": - # login() - # provider_oauth2() - # user_list() + login() + provider_oauth2() + user_list() group_list() event_list() case "delete":