We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912b477 commit 19827d0Copy full SHA for 19827d0
examples/message/tests/conftest.py
@@ -4,8 +4,3 @@ def pytest_addoption(parser):
4
"--publish-pact", type=str, action="store",
5
help="Upload generated pact file to pact broker with version"
6
)
7
-
8
- parser.addoption(
9
- "--provider-url", type=str, action="store",
10
- help="The url to our provider."
11
- )
0 commit comments