mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
@@ -5973,7 +5973,7 @@ func TestMQTTSessionNotDeletedOnDeleteConsumerError(t *testing.T) {
|
||||
nc, js := jsClientConnect(t, s1)
|
||||
defer nc.Close()
|
||||
|
||||
mc, r := testMQTTConnect(t, &mqttConnInfo{cleanSess: true}, o.MQTT.Host, o.MQTT.Port)
|
||||
mc, r := testMQTTConnectRetry(t, &mqttConnInfo{cleanSess: true}, o.MQTT.Host, o.MQTT.Port, 5)
|
||||
defer mc.Close()
|
||||
testMQTTCheckConnAck(t, r, mqttConnAckRCConnectionAccepted, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user