Skip to content

Commit 49e9314

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Clean up
(cherry picked from commit f3c4355)
1 parent 122aa2d commit 49e9314

File tree

1 file changed

+1
-5
lines changed
  • deps/rabbitmq_management/selenium/test/authnz-msg-protocols

1 file changed

+1
-5
lines changed

deps/rabbitmq_management/selenium/test/authnz-msg-protocols/mqtt.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ describe('Having MQTT protocol enbled and the following auth_backends: ' + backe
3333
expectations.push(expectUser({ "username": "mqtt_u", "password": "mqtt_p", "client_id": client_id, "vhost": "/" }, "allow"))
3434
expectations.push(expectVhost({ "username": "mqtt_u", "vhost": "/"}, "allow"))
3535
expectations.push(expectResource({ "username": "mqtt_u", "vhost": "/", "resource": "queue", "name": "mqtt-will-selenium-client", "permission":"configure", "tags":"", "client_id" : client_id }, "allow"))
36-
// expectations.push(expectResource({ "username": "httpuser", "vhost": "/", "resource": "queue", "name": "my-queue", "permission":"read", "tags":""}, "allow"))
37-
// expectations.push(expectResource({ "username": "httpuser", "vhost": "/", "resource": "exchange", "name": "amq.default", "permission":"write", "tags":""}, "allow"))
3836
}
3937
})
4038

@@ -46,9 +44,7 @@ describe('Having MQTT protocol enbled and the following auth_backends: ' + backe
4644
})
4745
client.on('connect', function(err) {
4846
client.end()
49-
})
50-
console.log("After connect")
51-
47+
})
5248
})
5349

5450
after(function () {

0 commit comments

Comments
 (0)