ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
53 stars 51 forks source link

Fix Test for Ssl Certificate authentication #184

Closed ArieGato closed 4 months ago

ArieGato commented 4 months ago
          To test this behavior the user name and password should not be set in the fixture that returns the Ssl configuration.
            Username = UserName,
            Password = Password,

https://github.com/ArieGato/serilog-sinks-rabbitmq/blob/ecf7b1930355f6a1a34eedd10c323f50560f37fb/tests/Serilog.Sinks.RabbitMQ.Tests.Integration/RabbitMQFixture.cs#L75

_Originally posted by @ArieGato in https://github.com/ArieGato/serilog-sinks-rabbitmq/pull/180#discussion_r1521207663_