Skip to content

Commit bc53b58

Browse files
selenium//test/authnz-msg-protocols/amqp10.js: resolve a conflict #12786 #12832
1 parent cb5c41c commit bc53b58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

selenium/test/authnz-msg-protocols/amqp10.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
2929
let expectations = []
3030
let username = process.env.RABBITMQ_AMQP_USERNAME
3131
let password = process.env.RABBITMQ_AMQP_PASSWORD
32-
<<<<<<< HEAD
33-
=======
3432
let amqp;
35-
>>>>>>> 0ba194ae53 (Replace java amqp10 with javascript one)
3633

3734
before(function () {
3835
if (backends.includes("http") && username.includes("http")) {
@@ -76,7 +73,7 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
7673
closeAmqp(amqp.connection)
7774
}
7875
} catch (error) {
79-
console.error("Failed to close amqp10 connection due to " + error);
80-
}
76+
console.error("Failed to close amqp10 connection due to " + error);
77+
}
8178
})
8279
})

0 commit comments

Comments
 (0)