Skip to content

Commit

Permalink
Re-add custom links test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jun 29, 2020
1 parent a5fff84 commit 94d89e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions x-pack/test/apm_api_integration/basic/tests/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function apmApiIntegrationTests({ loadTestFile }: FtrProviderCont
loadTestFile(require.resolve('./annotations'));
loadTestFile(require.resolve('./feature_controls'));
loadTestFile(require.resolve('./agent_configuration'));
loadTestFile(require.resolve('./custom_link'));
loadTestFile(require.resolve('./service_maps'));
});
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function serviceMapsApiTests({ getService }: FtrProviderContext)
const supertest = getService('supertest');

describe('Service Maps', () => {
it('fails with a 403 forbidden', async () => {
it('should only be available to users with Platinum license (or higher)', async () => {
const response = await supertest.get(
'/api/apm/service-map?start=2020-06-28T10%3A24%3A46.055Z&end=2020-06-29T10%3A24%3A46.055Z'
);
Expand Down

0 comments on commit 94d89e4

Please sign in to comment.