Refactor code structure and optimize performance across multiple modules
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user