Skip to content

Commit 9e073d6

Browse files
Fix typo in load test configuration documentation
1 parent 8dde1d3 commit 9e073d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/app-testing/load-testing/how-to-configure-load-test-cicd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Update your Azure Pipelines workflow to run a load test for your Azure load test
296296
```
297297
298298
Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
299-
Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
299+
Set *`waitForCompletion: false`* if you want to proceed without waiting for the load test run to complete.
300300
301301
1. Use the `publish` task to publish the test results as artifacts in your Azure Pipelines workflow run.
302302
@@ -350,7 +350,7 @@ Update your GitHub Actions workflow to run a load test for your Azure load testi
350350
```
351351
352352
Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
353-
Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
353+
Set *`waitForCompletion: false`* if you want to proceed without waiting for the load test run to complete.
354354
355355
1. Use the `actions/upload-artifact` action to publish the test results as artifacts in your GitHub Actions workflow run.
356356

0 commit comments

Comments
 (0)