Skip to content

Commit 6e056e5

Browse files
committed
Fix failing test
Fix the failing GitHub action Test Authentication/Authorization backends via mutiple messaging protocols / selenium originally caused by #11023
1 parent e576dd7 commit 6e056e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
paths:
2121
- 'deps/rabbit/**'
2222
- 'deps/rabbitmq_auth_/**'
23+
- 'deps/rabbitmq_mqtt/**'
2324
- 'deps/rabbitmq_management/selenium/full-suite-authnz-messaging'
2425
- 'deps/rabbitmq_management/selenium/suites/authnz-messaging'
2526
- 'deps/rabbitmq_management/selenium/test/authnz-msg-protocols'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ describe('Having MQTT protocol enbled and the following auth_backends: ' + backe
2424
reset()
2525
expectations.push(expectUser({ "username": username, "password": password, "client_id": client_id, "vhost": "/" }, "allow"))
2626
expectations.push(expectVhost({ "username": username, "vhost": "/"}, "allow"))
27-
expectations.push(expectResource({ "username": username, "vhost": "/", "resource": "queue", "name": "mqtt-will-selenium-client", "permission":"configure", "tags":"", "client_id" : client_id }, "allow"))
2827
} else if (backends.includes("oauth") && username.includes("oauth")) {
2928
let oauthProviderUrl = process.env.OAUTH_PROVIDER_URL
3029
let oauthClientId = process.env.OAUTH_CLIENT_ID

0 commit comments

Comments
 (0)