[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.
--- 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