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.
1 parent bbcbf0e commit 176518eCopy full SHA for 176518e
src/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs
@@ -47,7 +47,7 @@ protected override void ExpectResponse(IGetMappingResponse response)
47
visitor.CountsShouldContainKeyAndCountBe("object", 3);
48
visitor.CountsShouldContainKeyAndCountBe("date", 4);
49
visitor.CountsShouldContainKeyAndCountBe("text", 8);
50
- visitor.CountsShouldContainKeyAndCountBe("keyword", 9);
+ visitor.CountsShouldContainKeyAndCountBe("keyword", 8);
51
visitor.CountsShouldContainKeyAndCountBe("ip", 1);
52
visitor.CountsShouldContainKeyAndCountBe("number", 2);
53
visitor.CountsShouldContainKeyAndCountBe("geo_point", 2);
0 commit comments