drop unneeded name argument

This commit is contained in:
Kevin Fenzi 2016-09-29 15:38:13 +00:00
parent c5060135de
commit 520fec00f8

View file

@ -46,7 +46,7 @@ config = dict(
'^((?!(pagure)).)*$', '^((?!(pagure)).)*$',
], ],
body=[ body=[
"^((?!(fedora-infrastructure|u'name': u'pagure')).)*$", "^((?!(fedora-infrastructure)).)*$",
], ],
), ),
), ),