Skip to content

Commit 6cbfe19

Browse files
committed
Remove this change, may not be needed
1 parent 216bd11 commit 6cbfe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlRestValidationTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void wipeTestData() throws IOException {
7474
}
7575

7676
private String getInexistentIndexErrorMessage() {
77-
return "Unknown index ";
77+
return "\"reason\" : \"Found 1 problem\\nline 1:1: Unknown index ";
7878
}
7979

8080
public void testInexistentIndexNameWithWildcard() throws IOException {

0 commit comments

Comments
 (0)