Navigation Menu

Skip to content

Commit

Permalink
fix: pass arguments to the provider verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 4, 2020
1 parent 1238fba commit ac9f226
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dsl/pact.go
Expand Up @@ -373,6 +373,10 @@ func (p *Pact) VerifyProviderRaw(request types.VerifyRequest) ([]types.ProviderV
CustomProviderHeaders: request.CustomProviderHeaders,
ConsumerVersionSelectors: request.ConsumerVersionSelectors,
EnablePending: request.EnablePending,
ProviderTags: request.ProviderTags,
Verbose: request.Verbose,
FailIfNoPactsFound: request.FailIfNoPactsFound,
IncludeWIPPactsSince: request.IncludeWIPPactsSince,
}

if request.Provider == "" {
Expand Down

0 comments on commit ac9f226

Please sign in to comment.