mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
@@ -94,7 +94,7 @@ class GroupsTest(BaseTestCase):
|
||||
self.login_as(self.admin)
|
||||
|
||||
url = reverse('api-v2.1-admin-groups')
|
||||
other_punctuation = """!"#$%&()*+,/:;<=>?@[\]^`{|}~"""
|
||||
other_punctuation = """!"#$%&*+,/:;<=>?@[\]^`{|}~"""
|
||||
group_name = randstring(2) + random.choice(other_punctuation) + randstring(2)
|
||||
|
||||
data = {
|
||||
|
Reference in New Issue
Block a user