Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees authored Jun 25, 2024
1 parent 6b20b53 commit 45b6e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ its features. As of the current version, these are the supported properties:
| postRunners | An array of post runner classes to use. | `postRunners = ["com.example.ExamplePostRunner"]` |
| preRunnerScripts | An array of paths to groovy pre runner scripts to use. | `preRunnerScripts = [./scripts/pre_runner.groovy]` |
| postRunnerScripts | An array of paths to groovy post runner scripts to use. | `postRunnerScripts = [./scripts/post_runner.groovy]` |
| preTestTasks | An array of tasks to execute after the test. The order of the entries determines the order of execution. | `postTestTasks = ["DATABASE_SCRIPTS", "POST_RUNNERS", "POST_RUNNER_SCRIPTS"]` |
| postTestTasks | An array of tasks to execute after the test. The order of the entries determines the order of execution. | `postTestTasks = ["DATABASE_SCRIPTS", "POST_RUNNERS", "POST_RUNNER_SCRIPTS"]` |
| headers | A map of headers to use for requests. | `headers = { "some-header": "value" }` |
| title | An optional alternative title for the test. | `title = "Something"` |
| expectedResponseCode | An optional expected HTTP response code. Default is the 200-range. | `expectedResponseCode = 400` |
Expand Down

0 comments on commit 45b6e1f

Please sign in to comment.