File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ assert success == 0
486486
487487The parameters for this differ slightly in naming from their CLI equivalents:
488488| CLI | native Python | notes |
489- | -----------------| -------------------------------------------------------------------------------------------------|
489+ | -----------------| -------------------------------------------------------------------------------------------------| ---- |
490490| ` --log-dir ` | ` log_dir ` ||
491491| ` --log-level ` | ` log_level ` ||
492492| ` --provider-app-version ` | ` provider_app_version ` ||
@@ -502,9 +502,9 @@ The parameters for this differ slightly in naming from their CLI equivalents:
502502
503503You can see more details in the examples
504504
505- - [ ` examples/message/tests/provider/test_message_provider.py ` ] ( ` examples/message/tests/provider/test_message_provider.py` )
506- - [ ` examples/flask_provider/tests/provider/test_provider.py ` ] ( ` examples/flask_provider/tests/provider/test_provider.py` )
507- - [ ` examples/fastapi_provider/tests/provider/test_provider.py ` ] ( ` examples/fastapi_provider/tests/provider/test_provider.py` )
505+ - [ ` examples/message/tests/provider/test_message_provider.py ` ] ( examples/message/tests/provider/test_message_provider.py )
506+ - [ ` examples/flask_provider/tests/provider/test_provider.py ` ] ( examples/flask_provider/tests/provider/test_provider.py )
507+ - [ ` examples/fastapi_provider/tests/provider/test_provider.py ` ] ( examples/fastapi_provider/tests/provider/test_provider.py )
508508
509509### Provider States
510510In many cases, your contracts will need very specific data to exist on the provider
You can’t perform that action at this time.
0 commit comments