Skip to content

Commit

Permalink
dispatcher: forgot to update tests after 00e92a9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnpope committed Jun 28, 2017
1 parent dead898 commit 339a9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/soap_dispatcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_can_reject_invalid_action(self):
request = SOAPRequest(dict(SOAPACTION='invalid', REQUEST_METHOD='POST'), request_message)
dispatcher = SOAPDispatcher(echo_service())
response = dispatcher.dispatch(request)
self.assert_is_soap_fault(response, partial_fault_string=u"Invalid soap action 'invalid'")
self.assert_is_soap_fault(response, partial_fault_string=u"Invalid SOAP action: invalid")

def test_can_reject_invalid_root_tag(self):
soap_message = ('<ns0:invalid xmlns:ns0="invalid"/>')
Expand Down

0 comments on commit 339a9c9

Please sign in to comment.