Skip to content

Commit

Permalink
Trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Jan 23, 2015
1 parent f4bc071 commit f63de0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vumi/middleware/tests/test_base.py
Expand Up @@ -94,7 +94,7 @@ def mk_priority_middleware(self, name, mw_class, consume_pri, publish_pri):
mw = mw_class(
name, {
'consume_priority': consume_pri,
'publish_priority': publish_pri
'publish_priority': publish_pri,
}, self)
yield mw.setup_middleware()
returnValue(mw)
Expand Down

0 comments on commit f63de0e

Please sign in to comment.