Skip to content

Commit

Permalink
Update x-pack/test/apm_api_integration/basic/tests/services/transacti…
Browse files Browse the repository at this point in the history
…ons/transaction_charts.ts

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
  • Loading branch information
sorenlouv and smith authored Jul 6, 2020
1 parent 2e33467 commit ac763c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {

describe('Transaction charts', () => {
describe('when data is not loaded ', () => {
it('should handle empty state', async () => {
it('handles the empty state', async () => {
const response = await supertest.get(
`/api/apm/services/opbeans-node/transaction_groups/charts?start=${start}&end=${end}&uiFilters=${uiFilters}`
);
Expand Down

0 comments on commit ac763c4

Please sign in to comment.