Allow offsck to add members to the office group #126

Merged
merenber merged 5 commits from offsck-office-members into master 2024-02-17 19:31:06 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit acec5cde76 - Show all commits

View File

@ -134,7 +134,7 @@ def create_random_names():
def create_searchable_groups(client, create_random_names):
random_names = create_random_names
for name in random_names:
create_group(name, 'Groups with distinct names for testing searching')
create_group(client, name, 'Groups with distinct names for testing searching')
yield random_names