We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 811f8ee + 676b654 commit 97d94d2Copy full SHA for 97d94d2
test/JsonApiDotNetCoreExampleTests/Acceptance/TodoItemsControllerTests.cs
@@ -200,7 +200,6 @@ public async Task Can_Filter_TodoItems_ByParent_Using_IsNotNull_Operator()
200
201
// Act
202
var response = await _fixture.Client.SendAsync(request);
203
-
204
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
205
206
var body = await response.Content.ReadAsStringAsync();
0 commit comments