File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
test/api_integration/apis/core Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,6 @@ export default function ({ getService }) {
2222 const supertest = getService ( 'supertest' ) ;
2323
2424 describe ( 'core' , ( ) => {
25- describe ( 'request context' , ( ) => {
26- it ( 'provides access to elasticsearch' , async ( ) =>
27- await supertest . get ( '/requestcontext/elasticsearch' ) . expect ( 200 , 'Elasticsearch: true' ) ) ;
28-
29- it ( 'provides access to SavedObjects client' , async ( ) =>
30- await supertest
31- . get ( '/requestcontext/savedobjectsclient' )
32- . expect (
33- 200 ,
34- 'SavedObjects client: {"page":1,"per_page":20,"total":0,"saved_objects":[]}'
35- ) ) ;
36- } ) ;
37-
3825 describe ( 'compression' , ( ) => {
3926 it ( `uses compression when there isn't a referer` , async ( ) => {
4027 await supertest
You can’t perform that action at this time.
0 commit comments