release orchestration strengthening
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
namespace StellaOps.Scanner.WebService.Tests;
|
||||
@@ -23,9 +22,9 @@ public sealed class ScannerApplicationFixture : IAsyncLifetime
|
||||
return client;
|
||||
}
|
||||
|
||||
public Task InitializeAsync() => Factory.InitializeAsync();
|
||||
public ValueTask InitializeAsync() => Factory.InitializeAsync();
|
||||
|
||||
public async Task DisposeAsync()
|
||||
public async ValueTask DisposeAsync()
|
||||
{
|
||||
_authenticatedFactory = null;
|
||||
await Factory.DisposeAsync();
|
||||
|
||||
Reference in New Issue
Block a user