From 5379d456fc7a9ef2e6375dcc76c358587c810309 Mon Sep 17 00:00:00 2001 From: Manju <150487347+cskmnrpt@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:00:34 +0530 Subject: [PATCH] Update README.md --- qase-mocha/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qase-mocha/README.md b/qase-mocha/README.md index 30885431..67821e1e 100644 --- a/qase-mocha/README.md +++ b/qase-mocha/README.md @@ -89,7 +89,7 @@ QASE_MODE=testops mocha --parallel After the tests are finished, you can complete the run: ```bash -qli testops run complete --project DEMO --token token --run $(echo $QASE_TESTOPS_RUN_ID) +qli testops run complete --project DEMO --token token --id $(echo $QASE_TESTOPS_RUN_ID) ``` ## Configuration