Users schema: don't supply schema when allow_known=True

Apparently the new Cerberus doesn't like this, and will check against the
schema only and ignore `allow_unknown` when it's there.
This commit is contained in:
Sybren A. Stüvel 2018-08-29 11:23:19 +02:00
parent a58e616769
commit d655d2b749

View File

@ -121,12 +121,6 @@ users_schema = {
'service': {
'type': 'dict',
'allow_unknown': True,
'schema': {
'badger': {
'type': 'list',
'schema': {'type': 'string'}
}
}
},
# Properties defined by extensions. Extensions should use their name (see the