Skip to content

Commit 73bd4e6

Browse files
Update example URLs in README to use api.mockrest.com for consistency
1 parent 6ebd05a commit 73bd4e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Create a file with tests ```collection.yaml```
4444

4545
```text
4646
tests:
47-
- url: https://dummyjson.com/users
48-
- url: https://dummyjson.com/comments
49-
- url: https://dummyjson.com/products
47+
- url: https://api.mockrest.com/users
48+
- url: https://api.mockrest.com/products
49+
- url: https://api.mockrest.com/comments
5050
```
5151

5252
Run the tests:
@@ -83,7 +83,7 @@ tests:
8383
```
8484

8585
```shell
86-
docker run --rm itbusina/testlemon:latest -c "$(<collection.yaml)" --variables host=https://dummyjson.com
86+
docker run --rm itbusina/testlemon:latest -c "$(<collection.yaml)" --variables host=https://api.mockrest.com
8787
```
8888

8989
## Run test collection with secrets
@@ -98,5 +98,5 @@ tests:
9898
```
9999

100100
```shell
101-
docker run --rm itbusina/testlemon:latest -c "$(<collection.yaml)" --secrets host=https://dummyjson.com
101+
docker run --rm itbusina/testlemon:latest -c "$(<collection.yaml)" --secrets host=https://api.mockrest.com
102102
```

0 commit comments

Comments
 (0)