[8.0] Add API tests for top dependencies (#116788) (#117886)

* Add API tests for top dependencies (#116788)

* Add top dependencies API tests

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
# Conflicts:
#	x-pack/test/apm_api_integration/tests/dependencies/metadata.spec.ts
#	x-pack/test/apm_api_integration/tests/index.ts

* Delete duplicate file
This commit is contained in:
Giorgos Bamparopoulos 2021-11-09 11:36:35 +00:00 committed by GitHub
parent f65cda9d4d
commit 7e560b39ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
it('returns correct metadata for the dependency', async () => {
await generateData({ synthtraceEsClient, start, end });
const { status, body } = await callApi();
const { span } = dataConfig;