File tree 1 file changed +2
-5
lines changed
selenium/test/authnz-msg-protocols
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: ' +
29
29
let expectations = [ ]
30
30
let username = process . env . RABBITMQ_AMQP_USERNAME
31
31
let password = process . env . RABBITMQ_AMQP_PASSWORD
32
- << < << << HEAD
33
- === = ===
34
32
let amqp ;
35
- > >>> >>> 0 ba194ae53 ( Replace java amqp10 with javascript one )
36
33
37
34
before ( function ( ) {
38
35
if ( backends . includes ( "http" ) && username . includes ( "http" ) ) {
@@ -76,7 +73,7 @@ describe('Having AMQP 1.0 protocol enabled and the following auth_backends: ' +
76
73
closeAmqp ( amqp . connection )
77
74
}
78
75
} 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
+ }
81
78
} )
82
79
} )
You can’t perform that action at this time.
0 commit comments