File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
selenium/test/authnz-msg-protocols Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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- > >>> >>> 0 ba194ae53 ( 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} )
You can’t perform that action at this time.
0 commit comments