Skip to content

Commit b6a150d

Browse files
committed
Fixed a minor build error
1 parent 6b0f2d6 commit b6a150d

File tree

1 file changed

+1
-1
lines changed
  • tests/Agent/IntegrationTests/Applications/BasicAspNetCoreRazorApplication

1 file changed

+1
-1
lines changed

tests/Agent/IntegrationTests/Applications/BasicAspNetCoreRazorApplication/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ await context.Response.WriteAsync(JsonSerializer.Serialize(subscriptions,
6969

7070
AppLifecycleManager.WaitForTestCompletion(_port);
7171

72-
ct.Cancel();
72+
await ct.CancelAsync();
7373

7474
await task;
7575
}

0 commit comments

Comments
 (0)