Skip to content

Commit 2bffe5e

Browse files
committed
Simple test case
1 parent 3ba51b5 commit 2bffe5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pact/test/test_verify.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def test_all_options(self):
118118
'--provider-states-setup-url=http://localhost/provider-states/set',
119119
'--pact-broker-username=user',
120120
'--pact-broker-password=pass',
121+
'--pact-broker-token=token',
121122
'--publish-verification-results',
122123
'--provider-app-version=1.2.3',
123124
'--timeout=60',
@@ -136,6 +137,7 @@ def test_all_options(self):
136137
'--provider-states-setup-url=http://localhost/provider-states/set',
137138
'--broker-username=user',
138139
'--broker-password=pass',
140+
'--broker-token=token',
139141
'--publish-verification-results',
140142
'--provider-app-version', '1.2.3',
141143
'--verbose')

0 commit comments

Comments
 (0)