mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
@@ -40,6 +40,7 @@ markdown_tags = [
|
||||
"img",
|
||||
"a",
|
||||
"sub", "sup",
|
||||
"table", "thead", "tbody", "tr", "th", "td",
|
||||
]
|
||||
|
||||
markdown_attrs = {
|
||||
|
@@ -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