Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 17, 2021
1 parent 686c7fa commit 7d2a45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Start the sample application (install the necessary packages listed in test/requ
$ python3 test/test_application.py
Start the fuzzer:
$ ./bin/APIFuzzer -s test/test_swagger_definition.json -u http://127.0.0.1:5000/ -r /tmp/reports/ --log debug
$ ./bin/APIFuzzer -s test/test_api/openapi_v2.json -u http://127.0.0.1:5000/ -r /tmp/reports/ --log debug
Check the reports:
$ ls -1 /tmp/reports/
Expand Down
4 changes: 3 additions & 1 deletion docs/requirements.readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
kittyfuzzer==0.7.4
ruamel.yaml==0.16.7
ruamel.yaml==0.16.12
junit-xml==1.9
jsonpath-ng==1.5.2

0 comments on commit 7d2a45c

Please sign in to comment.