Remove event exchange

This commit is contained in:
Marcial Rosales 2025-04-24 13:02:35 +02:00
parent b6d2ff85b2
commit 9e69496c85
1 changed files with 2 additions and 2 deletions

View File

@ -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"],