Skip to content

Commit 8c8d981

Browse files
Use clean start = true
1 parent 6abd009 commit 8c8d981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/test/queuesAndStreams/autodelete-mqtt-qos0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Given an MQTT 5.0 connection with a qos 0 subscription with zero sessi
5858
protocol: mqttProtocol,
5959
protocolVersion: 5,
6060
keepalive: 10000,
61-
clean: false,
61+
clean: true,
6262
reconnectPeriod: '1000',
6363
properties: {
6464
sessionExpiryInterval: 0

0 commit comments

Comments
 (0)