Test fixes.

This commit is contained in:
Roger A. Light 2015-05-06 17:32:15 -05:00
parent 6f2fe06f0b
commit ccb3ea86be
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import mosq_test
rc = 1
keepalive = 10
connect_packet = mosq_test.gen_connect("connect-uname-test", keepalive=keepalive, username="user")
connack_packet = mosq_test.gen_connack(rc=4)
connack_packet = mosq_test.gen_connack(rc=5)
broker = mosq_test.start_broker(filename=os.path.basename(__file__))

View File

@ -18,7 +18,7 @@ import mosq_test
rc = 1
keepalive = 10
connect_packet = mosq_test.gen_connect("connect-uname-pwd-test", keepalive=keepalive, username="user", password="password9")
connack_packet = mosq_test.gen_connack(rc=4)
connack_packet = mosq_test.gen_connack(rc=5)
broker = mosq_test.start_broker(filename=os.path.basename(__file__))