Skip to content

Commit

Permalink
fix compare tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Feb 21, 2021
1 parent 30b7919 commit 065c85d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
query: {
start,
end,
uiFilters: '{}',
numBuckets: 20,
transactionType: 'request',
groupIds: JSON.stringify(groupIds),
Expand All @@ -63,7 +62,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
query: {
start,
end,
uiFilters: '{}',
numBuckets: 20,
transactionType: 'request',
groupIds: JSON.stringify(groupIds),
Expand Down Expand Up @@ -94,7 +92,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
query: {
start,
end,
uiFilters: '{}',
numBuckets: 20,
transactionType: 'request',
groupIds: JSON.stringify(['foo']),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
query: {
start,
end,
uiFilters: '{}',
transactionType: 'request',
},
})
Expand All @@ -58,7 +57,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
query: {
start,
end,
uiFilters: '{}',
transactionType: 'request',
environment: 'production',
},
Expand Down

0 comments on commit 065c85d

Please sign in to comment.