Skip to content

Commit

Permalink
Fixed the type of app for flask in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burdeamit committed Feb 14, 2024
1 parent 329084d commit 0a97b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pytest.main()
``````

- In this, we are passing:
- an instance of your asgi app like flask
- an instance of your wsgi app like flask
- app_host and app_port. If they are not specified, the app will be started on a random available port on 127.0.0.1.
- You would need a [specmatic.json](https://specmatic.in/documentation/specmatic_json.html) file to be present in the root directory of your project.
- an empty test class.
Expand Down

0 comments on commit 0a97b8e

Please sign in to comment.