~singpolyma/biboumi

c3a7cd36279a123feec6d3665a4ba64b7ac1866b — louiz’ 7 years ago 827a1ee
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