Skip to content

Commit

Permalink
switch to table
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Jan 25, 2024
1 parent 2bf4b26 commit 2d27199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synthetic-monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ axios.interceptors.request.use(
async function main() {
let monitoringConfigurations = await tableClient.listEntities();
let tests = []
for (const tableConfiguration of entitiesIter) {
for (const tableConfiguration of monitoringConfigurations) {

//property names remap
let monitoringConfiguration = {...tableConfiguration}
Expand Down

0 comments on commit 2d27199

Please sign in to comment.