Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidycodes committed Oct 16, 2024
1 parent cb40842 commit 875f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6/integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}

Expand Down

0 comments on commit 875f413

Please sign in to comment.