Fix whitespace typo.

This commit is contained in:
jcamiel 2021-09-11 22:42:35 +02:00
parent de14afedac
commit 85594d6909

View File

@ -101,7 +101,7 @@ POST https://api.example.net/tests
HTTP/1.1 200
[Asserts]
jsonpath "$.status" == "RUNNING" # Check the status code
jsonpath "$.tests" count == 25 # Check the number of items
jsonpath "$.tests" count == 25 # Check the number of items
```