diff --git a/tests/Tests.Reproduce/GithubIssue2306.cs b/tests/Tests.Reproduce/GithubIssue2306.cs index 8d1c45f1d6..37220301e0 100644 --- a/tests/Tests.Reproduce/GithubIssue2306.cs +++ b/tests/Tests.Reproduce/GithubIssue2306.cs @@ -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"); } }