Skip to content

Commit

Permalink
test(amqp): update e2e channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Oct 11, 2024
1 parent 5dd3257 commit 0ac394e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions springwolf-examples/e2e/tests/publishing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ function testPublishingEveryChannelItem() {
messageTitle === "Message" || // Unable to instantiate ExamplePayloadProtobufDto$Message class
messageTitle === "VehicleBase" || // Unable to publish abstract class for discriminator demo
messageTitle.startsWith("GenericPayload") || // Unable to publish generic payload (amqp)
channelName === "#" || // Publishing through amqp exchange is not supported, see GH-366
channelName === "example-topic-routing-key" // Publishing through amqp exchange is not supported, see GH-366
channelName === "CRUD-topic-exchange-2" || // Publishing through amqp exchange is not supported, see GH-366
channelName === "example-topic-exchange_example-topic-routing-key" // Publishing through amqp exchange is not supported, see GH-366
) {
return; // skip
}
Expand Down

0 comments on commit 0ac394e

Please sign in to comment.