Skip to content

Commit

Permalink
Fix GithubIssue2306 reproduce
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Sep 14, 2022
1 parent 5dd9551 commit 596fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests.Reproduce/GithubIssue2306.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void DeleteNonExistentDocumentReturnsNotFound()
response.Result.Should().Be(Result.NotFound);
response.Index.Should().Be("project");
if (_cluster.ClusterConfiguration.Version < "2.0.0")
response.Type.Should().Be("doc");
response.Type.Should().Be("_doc");
response.Id.Should().Be("non-existent-id");
}
}
Expand Down

0 comments on commit 596fd1b

Please sign in to comment.