Skip to content

Commit

Permalink
Fix API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatticha committed Jan 26, 2023
1 parent 670f085 commit 2ff6cf6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export default function ServiceAlerts({ getService }: FtrProviderContext) {
endpoint: 'GET /internal/apm/services/{serviceName}/alerts_count',
params: {
path: { serviceName },
query: {
start,
end,
},
},
});
}
Expand Down

0 comments on commit 2ff6cf6

Please sign in to comment.