We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787f250 commit 8e3c937Copy full SHA for 8e3c937
selenium/test/authnz-msg-protocols/amqp10.js
@@ -17,7 +17,7 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
17
let password = process.env.RABBITMQ_AMQP_PASSWORD
18
let usemtls = process.env.AMQP_USE_MTLS
19
let amqpClientCommand = "npm run amqp10_roundtriptest" +
20
- (usemtls ? "" : username + " " + password)
+ (usemtls ? "" : " " + username + " " + password)
21
22
before(function () {
23
if (backends.includes("http") && username.includes("http")) {
0 commit comments