Skip to content

Commit bc74c1b

Browse files
committed
fix: django-mysql-quickstart
Signed-off-by: Achanandhi-M <[email protected]>
1 parent 921da72 commit bc74c1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

versioned_docs/version-3.0.0/quickstart/python-django-mysql.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ curl -X GET http://localhost:8000/api/employee/
9797
4. **Make a DELETE request:**
9898

9999
```bash
100-
curl -X "DELETE" "http://127.0.0.1:8000/movies" \
101-
-H 'Accept: application/json' \
102-
-H 'Content-Type: application/json; charset=utf-8'
103-
100+
curl -X DELETE http://localhost:8000/api/employee/delete/1/
104101
```
105102

106103
And once you are done, you can stop the recording and give yourself a pat on the back! With that simple spell, you've conjured up a test case with a mock! Explore the **keploy** directory and you'll discover your handiwork in `tests` directory and `mocks.yml`.

0 commit comments

Comments
 (0)