Skip to content

Commit 0223166

Browse files
fix: newman commands
1 parent 919e817 commit 0223166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/api/docs/api-test-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Before running the test cases, make sure you have the following prerequisites in
5252
1. For console output
5353

5454
```bash
55-
newman run OsmoX.postman_collection.json -e OsmoX.postman_environment.json
55+
newman run OsmoX.postman_collection.json -e OsmoX-API.postman_environment.json
5656
```
5757

5858
2. For HTML report
5959

6060
```bash
61-
newman run OsmoX.postman_collection.json -e OsmoX.postman_environment.json -r html
61+
newman run OsmoX.postman_collection.json -e OsmoX-API.postman_environment.json -r html
6262
```
6363

6464
Specify the path to the collection and environment file as required.

0 commit comments

Comments
 (0)