File tree Expand file tree Collapse file tree
x-pack/test/epm_api_integration/apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default function({ getService }: FtrProviderContext) {
2929 const fetchImage = async ( ) => {
3030 await supertest
3131 . get (
32- '/api/integrations_manager /package/auditd-2.0.4/img/screenshots/auditbeat-file-integrity-dashboard.png'
32+ '/api/epm /package/auditd-2.0.4/img/screenshots/auditbeat-file-integrity-dashboard.png'
3333 )
3434 . set ( 'kbn-xsrf' , 'xxx' )
3535 . expect ( 'Content-Type' , 'image/png' )
@@ -50,7 +50,7 @@ export default function({ getService }: FtrProviderContext) {
5050 const supertest = getService ( 'supertest' ) ;
5151 const fetchImage = async ( ) => {
5252 await supertest
53- . get ( '/api/integrations_manager /package/auditd-2.0.4/img/icon.svg' )
53+ . get ( '/api/epm /package/auditd-2.0.4/img/icon.svg' )
5454 . set ( 'kbn-xsrf' , 'xxx' )
5555 . expect ( 'Content-Type' , 'image/svg' )
5656 . expect ( 200 ) ;
You can’t perform that action at this time.
0 commit comments