Commit db9a2b6
committed
Fixed failing BWC tests when listing views unexpectedly works
ES 8.x returns 405 because it sees _query/views as invalid GET _query
ResponseException: method [GET], host [http://[::1]:38479], URI [/_query/views], status line [HTTP/1.1 405 Method Not Allowed]1 parent 32b3f65 commit db9a2b6
File tree
1 file changed
+4
-3
lines changed- x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
| 657 | + | |
657 | 658 | | |
658 | 659 | | |
659 | 660 | | |
| |||
667 | 668 | | |
668 | 669 | | |
669 | 670 | | |
670 | | - | |
671 | | - | |
| 671 | + | |
| 672 | + | |
672 | 673 | | |
673 | 674 | | |
674 | 675 | | |
| |||
0 commit comments