~didrocks/unity/altf10

« back to all changes in this revision

Viewing changes to grackle/tests/test_client.py

  • Committer: Curtis Hovey
  • Date: 2012-01-30 20:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: curtis.hovey@canonical.com-20120130203722-gjzvehl3bdir11nl
Moved the display_type arg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
            self.assertMessageIDs(['bar'], response['messages'])
423
423
 
424
424
    def test_display_type_unknown_value(self):
425
 
        client = GrackleClient('localhost', 8444)
 
425
        client = GrackleClient('localhost', 8445)
426
426
        with ForkedFakeService.from_client(client,
427
427
            {'baz': [
428
428
                {'message_id': 'foo', 'body': u'abcdefghi'}