Skip to content

Commit

Permalink
feat: correct debug message regarding provider state URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 23, 2018
1 parent d563237 commit d134ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/provider_verifier/set_up_provider_state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def check_for_error response

def log_request
if verbose?
$stdout.puts "DEBUG: Setting up provider state '#{provider_state}' for consumer '#{consumer}' using provider state server at #{provider_states_setup_url}"
$stdout.puts "DEBUG: Setting up provider state '#{provider_state}' for consumer '#{consumer}' using provider state set up URL #{provider_states_setup_url}"
end
end

Expand Down

0 comments on commit d134ba6

Please sign in to comment.