ソースを参照

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
             OrderedDict([
68
             OrderedDict([
69
                 ('name', 'Lawrence Lessig YEAH'),
69
                 ('name', 'Lawrence Lessig YEAH'),
70
                 ('email', 'An-other-email@fsf.org'),
70
                 ('email', 'An-other-email@fsf.org'),
71
+                ('timezone', ''),
71
             ])
72
             ])
72
         )
73
         )
73
 
74