Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Sun d4e724c964 add api tests and fix ci
continuous-integration/drone/pr Build is failing Details
2023-02-16 01:53:09 +00:00
1 changed files with 1 additions and 31 deletions

View File

@ -113,58 +113,28 @@ def test_api_add_member_to_group(client, create_group_result, ldap_user):
@pytest.fixture(scope='module')
def create_random_names():
# 50 random names generated using this website: https://randomwordgenerator.com/
# 20 random names generated using this website: https://randomwordgenerator.com/
random_names = [
"inspiration",
"at",
"humor",
"assignment",
"pneumonia",
"sock",
"vision",
"stir",
"mosque",
"qualified",
"infrastructure",
"fuss",
"ceremony",
"sticky",
"essential",
"plastic",
"god",
"ambition",
"brain",
"iron",
"world",
"withdrawal",
"disturbance",
"overlook",
"swipe",
"vessel",
"basin",
"pupil",
"habit",
"favorable",
"pledge",
"discreet",
"dangerous",
"hill",
"glide",
"constitution",
"brilliance",
"lawyer",
"meet",
"girl",
"tribe",
"hobby",
"applaud",
"cow",
"merit",
"rear",
"frighten",
"daughter",
"bullet",
"convert"
]
yield random_names