diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-operator.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-operator.csv-spec index 1bd4c8236be5d..8cb49dd41be9e 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-operator.csv-spec +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-operator.csv-spec @@ -147,7 +147,7 @@ matchWithDisjunctionIncludingConjunction required_capability: match_function from books -| where author : "Vonnegut") or (author : "Marquez" and description : "realism") +| where author : "Vonnegut" or (author : "Marquez" and description : "realism") | keep book_no; ignoreOrder:true