Skip to content

Commit 176518e

Browse files
committed
fix failing getmapping tests due to changed mapping of project'
1 parent bbcbf0e commit 176518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Indices/MappingManagement/GetMapping/GetMappingApiTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected override void ExpectResponse(IGetMappingResponse response)
4747
visitor.CountsShouldContainKeyAndCountBe("object", 3);
4848
visitor.CountsShouldContainKeyAndCountBe("date", 4);
4949
visitor.CountsShouldContainKeyAndCountBe("text", 8);
50-
visitor.CountsShouldContainKeyAndCountBe("keyword", 9);
50+
visitor.CountsShouldContainKeyAndCountBe("keyword", 8);
5151
visitor.CountsShouldContainKeyAndCountBe("ip", 1);
5252
visitor.CountsShouldContainKeyAndCountBe("number", 2);
5353
visitor.CountsShouldContainKeyAndCountBe("geo_point", 2);

0 commit comments

Comments
 (0)