Merge branch 'main' of https://git.stella-ops.org/stella-ops.org/git.stella-ops.org
This commit is contained in:
@@ -63,6 +63,7 @@ public class EvidenceLinkageIntegrationTests
|
||||
Assert.Equal(manifestUri, evidence.ManifestUri);
|
||||
|
||||
using var doc = JsonDocument.Parse(expectedJson);
|
||||
using StellaOps.TestKit;
|
||||
var subject = doc.RootElement.GetProperty("subject").GetString();
|
||||
Assert.Equal(subject, evidence.AttestationSubject);
|
||||
}
|
||||
|
||||
@@ -66,6 +66,7 @@ public sealed class TimelineIngestionWorkerTests
|
||||
services.AddLogging();
|
||||
|
||||
using var provider = services.BuildServiceProvider();
|
||||
using StellaOps.TestKit;
|
||||
var hosted = provider.GetRequiredService<IHostedService>();
|
||||
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(2));
|
||||
await hosted.StartAsync(cts.Token);
|
||||
|
||||
@@ -354,6 +354,7 @@ public sealed class TimelineWorkerEndToEndTests
|
||||
services.AddLogging();
|
||||
|
||||
using var provider = services.BuildServiceProvider();
|
||||
using StellaOps.TestKit;
|
||||
var hosted = provider.GetRequiredService<IHostedService>();
|
||||
|
||||
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(3));
|
||||
|
||||
Reference in New Issue
Block a user