# HG changeset patch # User Sylvain Thénault # Date 1492010787 -7200 # Node ID 569dce882f605cc772db2e4d1468e426686a694d # Parent 6260c88e0ff5654ab6c18d88390b72686e846870 [test] Fix option name in ldap wrong group test which wasn't actually testing what it expected (and nothing guarantee it does now, but that's another story). Fixing this will avoid failure once we properly check the configuration. diff -r 6260c88e0ff5 -r 569dce882f60 cubicweb/server/test/unittest_ldapsource.py --- a/cubicweb/server/test/unittest_ldapsource.py Wed Apr 12 15:55:26 2017 +0200 +++ b/cubicweb/server/test/unittest_ldapsource.py Wed Apr 12 17:26:27 2017 +0200 @@ -229,7 +229,7 @@ with self.admin_access.repo_cnx() as cnx: source = ldapsource(cnx) # inject a bogus group here, along with at least a valid one - options = {'use-default-group': 'thisgroupdoesnotexists,users'} + options = {'user-default-group': 'thisgroupdoesnotexists,users'} update_source_config(source, options) cnx.commit() # here we emitted an error log entry