refacto + test fixes
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5m11s
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5m11s
This commit is contained in:
parent
e56bdd4329
commit
1c2e1760b0
8 changed files with 60 additions and 32 deletions
|
|
@ -131,7 +131,8 @@ public sealed class BlogAclApiTests : IClassFixture<BlogsWebServerFixture>
|
|||
BlogPostId = _fixture.PostId
|
||||
};
|
||||
|
||||
var response = await http.PostAsJsonAsync(BlogAclUrl(), payload,
|
||||
var response = await http.PostAsJsonAsync(
|
||||
BlogAclUrl(), payload,
|
||||
TestContext.Current.CancellationToken);
|
||||
|
||||
Assert.Equal(HttpStatusCode.Created, response.StatusCode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue