1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

[test] Update tests

This commit is contained in:
zhengxie
2018-12-06 15:53:27 +08:00
parent d529f8adf7
commit 7fb69a8282

View File

@@ -244,6 +244,7 @@ class DirSharedItemsTest(BaseTestCase):
json_resp = json.loads(resp.content)
assert 'has been shared to' in json_resp['failed'][0]['error_msg']
@pytest.mark.skipif(TRAVIS, reason="") # pylint: disable=E1101
def test_can_share_repo_to_groups_with_perms(self):
self.login_as(self.user)