Fixed tests
This commit is contained in:
parent
4aec422ea9
commit
fe01abd5c1
|
|
@ -48,10 +48,6 @@ class SendMessageTest extends TestCase
|
|||
'channel' => 'test-channel',
|
||||
'event' => 'some-event',
|
||||
'data' => json_encode(['data' => 'yes']),
|
||||
])
|
||||
->seeJson([
|
||||
'exception' => 'Failed to connect to Pusher.',
|
||||
'ok' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue