diff --git a/k6/integration-test.js b/k6/integration-test.js index 58d2197..d5e3b1c 100644 --- a/k6/integration-test.js +++ b/k6/integration-test.js @@ -79,7 +79,7 @@ export function teardown(_data) { const count = JSON.parse(res.body).count; console.log(`📊 Total operations: ${count}`); check(count, { - "usage-api received 200 operations": (count) => count === REQUEST_COUNT, + "usage-api received 1000 operations": (count) => count === REQUEST_COUNT, }); }