Skip to content

Commit

Permalink
remove ui filters in test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Mar 2, 2021
1 parent fc1f239 commit 57ed7af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function serviceMapsApiTests({ getService }: FtrProviderContext)
const q = querystring.stringify({
start: metadata.start,
end: metadata.end,
uiFilters: encodeURIComponent('{}'),
});
const response = await supertest.get(`/api/apm/service-map/service/opbeans-node?${q}`);

Expand Down

0 comments on commit 57ed7af

Please sign in to comment.