e2e: the port to use should be an int, not a string
1 files changed, 1 insertions(+), 1 deletions(-) M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 101,7 101,7 @@ class XMPPComponent(slixmpp.BaseXMPP): @asyncio.coroutine def accept_routine(self): self.accepting_server = yield from self.loop.create_server(lambda: self, "127.0.0.1", "8811", reuse_address=True) "127.0.0.1", 8811, reuse_address=True) def check_stanza_against_all_expected_xpaths(self): pass