1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

update test

This commit is contained in:
lian
2021-08-12 15:49:10 +08:00
parent 8e78d73b53
commit a44c9a3d1e

View File

@@ -27,7 +27,7 @@ class AdminWebSettingsTest(BaseTestCase):
self.assertEqual(200, resp.status_code)
json_resp = json.loads(resp.content)
assert len(json_resp) == 28
assert len(json_resp) == 30
@override_settings(ENABLE_SETTINGS_VIA_WEB = False)
def test_get_with_enable_settings(self):