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 3ba51b5 commit 2bffe5eCopy full SHA for 2bffe5e
pact/test/test_verify.py
@@ -118,6 +118,7 @@ def test_all_options(self):
118
'--provider-states-setup-url=http://localhost/provider-states/set',
119
'--pact-broker-username=user',
120
'--pact-broker-password=pass',
121
+ '--pact-broker-token=token',
122
'--publish-verification-results',
123
'--provider-app-version=1.2.3',
124
'--timeout=60',
@@ -136,6 +137,7 @@ def test_all_options(self):
136
137
138
'--broker-username=user',
139
'--broker-password=pass',
140
+ '--broker-token=token',
141
142
'--provider-app-version', '1.2.3',
143
'--verbose')
0 commit comments