Skip to content

Commit 560ee42

Browse files
Do not expect permission check to create a queue
for the last-will feature given that MQTT plugin in 3.12.x does not support that feature
1 parent 3633d60 commit 560ee42

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Having MQTT protocol enbled and the following auth_backends: ' + backe
3434
reset()
3535
expectations.push(expectUser({ "username": username, "password": password, "client_id": client_id, "vhost": "/" }, "allow"))
3636
expectations.push(expectVhost({ "username": username, "vhost": "/"}, "allow"))
37-
expectations.push(expectResource({ "username": username, "vhost": "/", "resource": "queue", "name": "mqtt-will-selenium-client", "permission":"configure", "tags":"", "client_id" : client_id }, "allow"))
37+
// expectations.push(expectResource({ "username": username, "vhost": "/", "resource": "queue", "name": "mqtt-will-selenium-client", "permission":"configure", "tags":"", "client_id" : client_id }, "allow"))
3838
}
3939
})
4040

0 commit comments

Comments
 (0)