Refactor code structure and optimize performance across multiple modules

This commit is contained in:
StellaOps Bot
2025-12-26 20:03:22 +02:00
parent c786faae84
commit f10d83c444
1385 changed files with 69732 additions and 10280 deletions

View File

@@ -9,6 +9,7 @@ using StellaOps.Notifier.WebService.Contracts;
using StellaOps.Notify.Queue;
using Xunit;
using StellaOps.TestKit;
namespace StellaOps.Notifier.Tests;
public sealed class AttestationEventEndpointTests : IClassFixture<NotifierApplicationFactory>
@@ -20,6 +21,7 @@ public sealed class AttestationEventEndpointTests : IClassFixture<NotifierApplic
_factory = factory;
}
[Trait("Category", TestCategories.Unit)]
[Fact(Skip = "Disabled under in-memory compatibility mode")]
public async Task Attestation_event_is_published_to_queue()
{