Skip to content

Commit

Permalink
adjust id
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiqueclarke committed Aug 20, 2021
1 parent a3fd487 commit f151ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
dataset: monitorType,
type: 'synthetics',
},
id: `${agentFullPolicy.inputs[0]?.streams?.[0]?.id}`,
id: `${getSyntheticsPolicy(agentFullPolicy)?.streams?.[0]?.id}`,
name,
type: monitorType,
processors: [
Expand Down

0 comments on commit f151ad3

Please sign in to comment.