Skip to content

Commit

Permalink
Update x-pack/plugins/uptime/server/lib/synthetics_service/service_ap…
Browse files Browse the repository at this point in the history
…i_client.ts
  • Loading branch information
dominiqueclarke authored Feb 12, 2022
1 parent 296f833 commit 179ee4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class ServiceAPIClient {
);
if (locMonitors.length > 0) {
promises.push(
rxjsFrom(callServiceEndpoint(locMonitors, `${url}-test`)).pipe(
rxjsFrom(callServiceEndpoint(locMonitors, url)).pipe(
tap((result) => {
this.logger.debug(result.data);
this.logger.debug(
Expand Down

0 comments on commit 179ee4c

Please sign in to comment.