Skip to content

Commit db78e9f

Browse files
committed
Fixing a test error caused by grammar change.
1 parent 5a9acee commit db78e9f

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/RestEsqlTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ public void testNamedParamsForIdentifierAndIdentifierPatterns() throws IOExcepti
780780
);
781781
error = re.getMessage();
782782
assertThat(error, containsString("ParsingException"));
783-
assertThat(error, containsString("line 1:23: mismatched input '?cmd' expecting {'dissect', 'drop'"));
783+
assertThat(error, containsString("line 1:23: mismatched input '?cmd' expecting {'completion', 'dissect'"));
784784
}
785785
}
786786

0 commit comments

Comments
 (0)