Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Fix typos in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 22, 2013
1 parent 15ccf37 commit eb1de52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vumitools/tests/test_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def test_inbound_message_from_transport_to_unknown_pool(self):
self.msg_helper.make_inbound("foo", session_event='new'),
tag=("badpool", "tag1"))
yield self.dispatch_inbound(msg, 'sphex')
self.assert_unroutbale_reply(
self.assert_unroutable_reply(
'sphex', msg, "Eep!", tag=("badpool", "tag1"))

@inlineCallbacks
Expand All @@ -886,5 +886,5 @@ def test_inbound_message_from_router_to_unroutable(self):
self.msg_helper.make_inbound("foo", session_event='new'),
router=('router', 'badrouter'))
yield self.dispatch_inbound(msg, 'router_ro')
self.assert_unroutbale_reply(
self.assert_unroutable_reply(
'router_ro', msg, "Eep!", router=("router", "badrouter"))

0 comments on commit eb1de52

Please sign in to comment.