瀏覽代碼

fix tests for timezone

Bastien Sevajol (Algoo) 8 年之前
父節點
當前提交
23f3eaec6a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tracim/tracim/tests/functional/test_ldap_restrictions.py

+ 1 - 0
tracim/tracim/tests/functional/test_ldap_restrictions.py 查看文件

@@ -68,6 +68,7 @@ class TestAuthentication(LDAPTest, TracimTestController):
68 68
             OrderedDict([
69 69
                 ('name', 'Lawrence Lessig YEAH'),
70 70
                 ('email', 'An-other-email@fsf.org'),
71
+                ('timezone', ''),
71 72
             ])
72 73
         )
73 74