Skip to content

Commit efee6e2

Browse files
[CI] Auto commit changes from spotless
1 parent 7122cef commit efee6e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/EsqlMediaTypeParserTests.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ public void testProfileWithNonJSONMediaTypesInParams() {
128128
IllegalArgumentException.class,
129129
() -> getResponseMediaType(restRequest, createTestInstance(false, false, true))
130130
);
131-
assertEquals(
132-
"Invalid use of [profile] argument: cannot be used in combination with [txt, csv, tsv] formats",
133-
e.getMessage()
134-
);
131+
assertEquals("Invalid use of [profile] argument: cannot be used in combination with [txt, csv, tsv] formats", e.getMessage());
135132
}
136133
{
137134
// check that no exception is thrown for the XContent types

0 commit comments

Comments
 (0)