Skip to content

Commit

Permalink
Update app_manager.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aliking authored Feb 5, 2019
1 parent 5cf0e52 commit 8d077e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/mock_service/app_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def kill

def spawn
logger.info "Using existing standalone app #{self}..."
system('pact-mock-service start --consumer=client_service --provider=digital_river_proxy --pact-dir=./spec/pacts/')
system('pact-mock-service start --consumer=client_service --log=./test_output/pact_standalone.log --provider=digital_river_proxy --pact-dir=./spec/pacts/')
sleep 3

@server = app
Expand Down

0 comments on commit 8d077e4

Please sign in to comment.