We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f48ec1 commit 74875e8Copy full SHA for 74875e8
src/Services/Basket/Basket.API.IntegrationTests/Features/BaseEndpoint.cs
@@ -10,7 +10,7 @@ public BaseEndpoint(ApiSpecification apiSpecification)
10
}
11
public async Task InitializeAsync()
12
{
13
- await _apiSpecification.GetDocumentStore().Advanced.ResetAllData().ConfigureAwait(false);
+ await _apiSpecification.GetDocumentStore().Advanced.ResetAllData(CancellationToken.None).ConfigureAwait(false);
14
15
16
public async Task DisposeAsync()
0 commit comments