Skip to content

Commit 02623e0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9385176 commit 02623e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/retriever/RetrieverRewriteIT.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,7 @@ public void testRewriteCompoundRetrieverShouldThrowForPartialResults() throws Ex
127127
SearchPhaseExecutionException.class,
128128
client().prepareSearch(testIndex).setSource(source)::get
129129
);
130-
assertThat(
131-
ex.getDetailedMessage(),
132-
containsString("Search rejected due to missing shards")
133-
);
130+
assertThat(ex.getDetailedMessage(), containsString("Search rejected due to missing shards"));
134131
} finally {
135132
internalCluster().restartNode(randomDataNode);
136133
}

0 commit comments

Comments
 (0)