Skip to content

Commit

Permalink
Fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
razasayed committed Apr 23, 2020
1 parent 7fda5a2 commit 80b5a4d
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions postman_tests/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@ The format should follow the below structure:

```
[
"input": {
"message": "The text sent in url",
"entity_name": "Name of the entity e.g. time"
},
"expected": [
{
<Put your expected key and values here>
}
]
{
"input": {
"message": "The text sent in url",
"entity_name": "Name of the entity e.g. time"
},
"expected": [
{
<Put your expected key and values here>
}
]
}
]
```

Expand All @@ -50,16 +52,18 @@ If you want to create a test case where the output of a request is expected to b

```
[
"input": {
"message": "The text sent in url",
"entity_name": "Name of the entity. If this entity uses ES indexing then the name should be prefixed by ner_ptest e.g. ner_ptest_restuarant"
},
"expected": [
{
"data": null
}
]
{
"input": {
"message": "The text sent in url",
"entity_name": "Name of the entity. If this entity uses ES indexing then the name should be prefixed by ner_ptest e.g. ner_ptest_restuarant"
},
"expected": [
{
"data": null
}
]
}
]
```

Expand Down

0 comments on commit 80b5a4d

Please sign in to comment.