Skip to content

Commit 7ca2903

Browse files
Updated Readme
1 parent 7aa37dd commit 7ca2903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Insomnia plugin that provides the action 'Run All Requests' on a folder that con
1414
This allows you to easily run all requests in a given folder, and see the results (http response code, response time, etc) in a list with a single click.
1515

1616
In addition, the plugin validates the response code of each request, and displays a warning if any of the request results do not match the expected response code.
17-
To configure the expected response code, add the response code to the request name in brackets, e.g. `Get User [200]`, if no response code is mentioned 200 is default.
17+
To configure the expected response code, add the response code to the request name in brackets, e.g. `Get User [200]`, if no response code is mentioned `200` is default.
1818
If the response code of the request does not match the expected response code from the name, the request will be marked with 'Failed' in the list.
1919

2020
## Action on request folder

0 commit comments

Comments
 (0)