From e46adbf68926d75bb9be8b11f2f30a93718d1553 Mon Sep 17 00:00:00 2001 From: Nidhi Work Date: Thu, 18 Jul 2024 19:42:43 +0100 Subject: [PATCH] refactor: change wording --- .../artillery/test/cloud-e2e/fargate/sigterm-handle.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artillery/test/cloud-e2e/fargate/sigterm-handle.test.js b/packages/artillery/test/cloud-e2e/fargate/sigterm-handle.test.js index 4ed5f0b104..609cc48bde 100644 --- a/packages/artillery/test/cloud-e2e/fargate/sigterm-handle.test.js +++ b/packages/artillery/test/cloud-e2e/fargate/sigterm-handle.test.js @@ -104,7 +104,7 @@ test('Correctly handles early task termination', async (t) => { t.ok(exitCode && output, 'Artillery should exit early when task is stopped'); t.equal(exitCode, 7, 'Exit code should be 7'); t.ok(output.includes('Summary report @'), 'Should log the summary report'); - t.ok(reportExists, 'Should generate output file'); + t.ok(reportExists, 'Should generate report file'); if (reportExists) { const report = JSON.parse(