kopia lustrzana https://github.com/Yakifo/amqtt
fixed port for test_connect_ws
fixed port used for ws test from 8081 (which is wss) to 8080.pull/8/head
rodzic
cf5472f4c9
commit
3fc4bb7a9e
|
@ -103,7 +103,7 @@ class MQTTClientTest(unittest.TestCase):
|
|||
broker = Broker(broker_config, plugin_namespace="hbmqtt.test.plugins")
|
||||
yield from broker.start()
|
||||
client = MQTTClient()
|
||||
yield from client.connect('ws://localhost:8081/')
|
||||
yield from client.connect('ws://localhost:8080/')
|
||||
self.assertIsNotNone(client.session)
|
||||
yield from client.disconnect()
|
||||
yield from broker.shutdown()
|
||||
|
|
Ładowanie…
Reference in New Issue