more audit work
This commit is contained in:
@@ -15,6 +15,7 @@ namespace StellaOps.Scanner.Reachability.Tests;
|
||||
public class IacBoundaryExtractorTests
|
||||
{
|
||||
private readonly IacBoundaryExtractor _extractor;
|
||||
private static CancellationToken TestCancellationToken => TestContext.Current.CancellationToken;
|
||||
|
||||
public IacBoundaryExtractorTests()
|
||||
{
|
||||
@@ -930,7 +931,7 @@ public class IacBoundaryExtractorTests
|
||||
};
|
||||
|
||||
var syncResult = _extractor.Extract(root, null, context);
|
||||
var asyncResult = await _extractor.ExtractAsync(root, null, context);
|
||||
var asyncResult = await _extractor.ExtractAsync(root, null, context, TestCancellationToken);
|
||||
|
||||
Assert.NotNull(syncResult);
|
||||
Assert.NotNull(asyncResult);
|
||||
|
||||
Reference in New Issue
Block a user