Skip to content

Commit

Permalink
Modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pociot committed Feb 17, 2016
1 parent 8bf9372 commit 9e67fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CaptainHookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function testCustomEventListener()

$client->shouldReceive('post')
->once()
->with('http://foo.bar/hook', ['body' => json_encode(['testModel' => $model]), 'verify' => false, 'timeout' => 10]);
->with('http://foo.bar/hook', ['body' => json_encode(['testModel' => $model]), 'verify' => false, 'timeout' => 10, 'exceptions' => false]);

$provider->setClient($client);
$this->app->instance(GuzzleHttp\Client::class, $client);
Expand Down

0 comments on commit 9e67fb8

Please sign in to comment.