Remove event exchange
This commit is contained in:
parent
b6d2ff85b2
commit
9e69496c85
|
@ -32,7 +32,7 @@ describe('Exchange management', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('display summary of exchanges', async function () {
|
it('display summary of exchanges', async function () {
|
||||||
assert.equal("All exchanges (15)", await exchanges.getPagingSectionHeaderText())
|
assert.equal("All exchanges (14)", await exchanges.getPagingSectionHeaderText())
|
||||||
})
|
})
|
||||||
|
|
||||||
it('list all default exchanges', async function () {
|
it('list all default exchanges', async function () {
|
||||||
|
@ -44,7 +44,7 @@ describe('Exchange management', function () {
|
||||||
["/", "amq.fanout", "fanout"],
|
["/", "amq.fanout", "fanout"],
|
||||||
["/", "amq.headers", "headers"],
|
["/", "amq.headers", "headers"],
|
||||||
["/", "amq.match", "headers"],
|
["/", "amq.match", "headers"],
|
||||||
["/", "amq.rabbitmq.event", "topic"],
|
// ["/", "amq.rabbitmq.event", "topic"],
|
||||||
["/", "amq.rabbitmq.trace", "topic"],
|
["/", "amq.rabbitmq.trace", "topic"],
|
||||||
["/", "amq.topic", "topic"],
|
["/", "amq.topic", "topic"],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue