mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
@@ -40,6 +40,7 @@ markdown_tags = [
|
|||||||
"img",
|
"img",
|
||||||
"a",
|
"a",
|
||||||
"sub", "sup",
|
"sub", "sup",
|
||||||
|
"table", "thead", "tbody", "tr", "th", "td",
|
||||||
]
|
]
|
||||||
|
|
||||||
markdown_attrs = {
|
markdown_attrs = {
|
||||||
|
@@ -94,7 +94,7 @@ class GroupsTest(BaseTestCase):
|
|||||||
self.login_as(self.admin)
|
self.login_as(self.admin)
|
||||||
|
|
||||||
url = reverse('api-v2.1-admin-groups')
|
url = reverse('api-v2.1-admin-groups')
|
||||||
other_punctuation = """!"#$%&()*+,/:;<=>?@[\]^`{|}~"""
|
other_punctuation = """!"#$%&*+,/:;<=>?@[\]^`{|}~"""
|
||||||
group_name = randstring(2) + random.choice(other_punctuation) + randstring(2)
|
group_name = randstring(2) + random.choice(other_punctuation) + randstring(2)
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
Reference in New Issue
Block a user