Skip to content

Commit 8d702d2

Browse files
author
John Schulz
committed
Move/update screenshot tests
1 parent 26832da commit 8d702d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/test/epm_api_integration/apis

x-pack/test/integrations_manager_api_integration/apis/image.ts renamed to x-pack/test/epm_api_integration/apis/image.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)