mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 07:39:24 -05:00
Fix typo in request validation for adding push rules.
This commit is contained in:
parent
c2025c0425
commit
458782bf67
@ -400,7 +400,7 @@ def _filter_ruleset_with_path(ruleset, path):
|
|||||||
|
|
||||||
def _priority_class_from_spec(spec):
|
def _priority_class_from_spec(spec):
|
||||||
if spec['template'] not in PRIORITY_CLASS_MAP.keys():
|
if spec['template'] not in PRIORITY_CLASS_MAP.keys():
|
||||||
raise InvalidRuleException("Unknown template: %s" % (spec['kind']))
|
raise InvalidRuleException("Unknown template: %s" % (spec['template']))
|
||||||
pc = PRIORITY_CLASS_MAP[spec['template']]
|
pc = PRIORITY_CLASS_MAP[spec['template']]
|
||||||
|
|
||||||
if spec['scope'] == 'device':
|
if spec['scope'] == 'device':
|
||||||
|
Loading…
Reference in New Issue
Block a user