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 19909ed commit 816f12fCopy full SHA for 816f12f
server/src/test/java/org/elasticsearch/cluster/node/DiscoveryNodeRoleTests.java
@@ -49,7 +49,7 @@ protected Setting<Boolean> roleSetting() {
49
}
50
51
})));
52
- assertThat(e, hasToString(containsString("Duplicate key foo ")));
+ assertThat(e, hasToString(containsString("Duplicate key")));
53
54
55
public void testDiscoveryNodeSetPossibleRolesRejectsDuplicateRoleNameAbbreviations() {
@@ -72,7 +72,7 @@ protected Setting<Boolean> roleSetting() {
72
73
74
75
- assertThat(e, hasToString(containsString("Duplicate key f ")));
76
77
78
0 commit comments