Skip to content

Commit 1f80316

Browse files
committed
fixup! typo
1 parent c8e2374 commit 1f80316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/action/rolemapping/TransportPutRoleMappingActionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void testPutMappingWithInvalidName() {
102102

103103
assertThat(
104104
illegalArgumentException.getMessage(),
105-
equalTo("Invalid mapping name [anarchy (read only)]. [ (read only)] is not an allowed suffix")
105+
equalTo("Invalid mapping name [anarchy (read only)]. [(read only)] is not an allowed suffix")
106106
);
107107
}
108108

0 commit comments

Comments
 (0)