Skip to content

Commit

Permalink
added entry in the doc for the expect_fail parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ugarcia committed Jul 2, 2020
1 parent ccf3e01 commit 2e27185
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,10 @@ Manifest is loaded as **template**, so you can use variables, Go **range** and *
"collect_response": [
"@continue_response_pending.json",
"@continue_response_processing.json"
]
],

// If set to true, the test case will consider its failure as a success, useful for testing the test suite
"expect_fail": false
}
```

Expand Down

0 comments on commit 2e27185

Please sign in to comment.