소스 검색

fix tests for timezone

Bastien Sevajol (Algoo) 9 년 전
부모
커밋
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