Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Nov 27, 2024
1 parent f0a4f75 commit 55d9abf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.

This file was deleted.

6 changes: 0 additions & 6 deletions selenium/test/authnz-msg-protocols/amqp10.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
}
})

<<<<<<< HEAD
it('can open an AMQP 1.0 connection', function () {
execSync("npm run amqp10_roundtriptest -- " + username + " " + password)

=======
it('can open an AMQP 1.0 connection', async function () {
amqp = openAmqp()
await untilConnectionEstablished
Expand All @@ -70,7 +65,6 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
amqp.sender.send({body:'second message'})
await untilMessageReceived
assert.equal(2, receivedAmqpMessageCount)
>>>>>>> 0ba194ae53 (Replace java amqp10 with javascript one)
})

after(function () {
Expand Down

0 comments on commit 55d9abf

Please sign in to comment.