Skip to content

Commit f5247e2

Browse files
committed
Fix another assertion
1 parent 485d7cc commit f5247e2

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
@@ -666,7 +666,7 @@ public void testErrorMessageForInvalidIntervalParams() throws IOException {
666666
error,
667667
containsString(
668668
"Invalid interval value in [?n2::time_duration], expected integer followed by one of "
669-
+ "[MILLISECOND, MILLISECONDS, MS, SECOND, SECONDS, SEC, S, MINUTE, MINUTES, MIN, HOUR, HOURS, H] but got [3 days]"
669+
+ "[MILLISECOND, MILLISECONDS, MS, SECOND, SECONDS, SEC, S, MINUTE, MINUTES, MIN, M, HOUR, HOURS, H] but got [3 days]"
670670
)
671671
);
672672

0 commit comments

Comments
 (0)