Skip to content

Commit ab58aba

Browse files
committed
Only test jupyterhub for now
1 parent 4a187cc commit ab58aba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_ldap_person_hook.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
type='bind')],
5454
'ports': {389: 389, 636: 636},
5555
'detach': 'True',
56-
'environement': {'LDAP_DOMAIN': 'example.org',
57-
'LDAP_ADMIN_PASSWORD': 'dummyldap_password',
58-
'LDAP_CONFIG_PASSWORD': 'dummyldap_password',
59-
'LDAP_RFC2307BIS_SCHEMA': 'true'}}
56+
'environment': {'LDAP_DOMAIN': 'example.org',
57+
'LDAP_ADMIN_PASSWORD': 'dummyldap_password',
58+
'LDAP_CONFIG_PASSWORD': 'dummyldap_password',
59+
'LDAP_RFC2307BIS_SCHEMA': 'true'}}
6060

6161

62-
@pytest.mark.parametrize('container', [jhub_cont, ldap_cont],
62+
@pytest.mark.parametrize('container', [jhub_cont],
6363
indirect=['container'])
6464
def test_ldap_person_hook(container):
6565
"""

0 commit comments

Comments
 (0)