Skip to content

Commit

Permalink
chore: fix failing test #46
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 8, 2022
1 parent baa620a commit 4004db6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ OPTIONS:
-b, --broker-url <broker-url>
URL of the pact broker to fetch pacts from [env: PACT_BROKER_BASE_URL=]
--consumer-names <consumer-names>...
Consumer names to use to filter the Pacts fetched from the Pact broker
--cors-referer
Set the CORS Access-Control-Allow-Origin header to the Referer
Expand Down Expand Up @@ -80,6 +83,9 @@ OPTIONS:
-p, --port <port>
Port to run on (defaults to random port assigned by the OS)
--provider-names <provider-names>...
Provider names to use to filter the Pacts fetched from the Pact broker
--provider-state-header-name <provider-state-header-name>
Name of the header parameter containing the provider state to be used in case multiple
matching interactions are found
Expand Down

0 comments on commit 4004db6

Please sign in to comment.