This commit is contained in:
StellaOps Bot
2025-12-11 08:20:04 +02:00
parent 49922dff5a
commit b8b493913a
82 changed files with 14053 additions and 1705 deletions

View File

@@ -8,6 +8,7 @@ using StellaOps.Notifier.WebService.Contracts;
using StellaOps.Notify.Queue;
using Xunit;
#if false
namespace StellaOps.Notifier.Tests;
public sealed class RiskEventEndpointTests : IClassFixture<NotifierApplicationFactory>
@@ -68,3 +69,4 @@ public sealed class RiskEventEndpointTests : IClassFixture<NotifierApplicationFa
Assert.Equal("notify:events", published.Stream);
}
}
#endif