Skip to content

Commit 19827d0

Browse files
tuan-phamwilliaminfante
authored andcommitted
chore: remove test param for provider
1 parent 912b477 commit 19827d0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/message/tests/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ def pytest_addoption(parser):
44
"--publish-pact", type=str, action="store",
55
help="Upload generated pact file to pact broker with version"
66
)
7-
8-
parser.addoption(
9-
"--provider-url", type=str, action="store",
10-
help="The url to our provider."
11-
)

0 commit comments

Comments
 (0)