Skip to content

Commit

Permalink
Update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Dec 19, 2024
1 parent 08aaf4f commit 3d8ef7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/testUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ async function testCase(measure, expectation, provision, env, config, type, tran
let cbMockRoute = '';
// Set the correct route depending if the test is multientity or not
if (type === 'multientity' || type === 'multimeasure') {
cbMockRoute = '/v2/op/update';
cbMockRoute = '/v2/op/update?options=flowControl';
} else {
cbMockRoute = '/v2/entities?options=upsert';
cbMockRoute = '/v2/entities?options=upsert,flowControl';
}

// Set the correct mock times depending if the test is multimeasure or not
Expand Down

0 comments on commit 3d8ef7e

Please sign in to comment.