Skip to content

Commit

Permalink
Fixed test with old client_ref reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunson committed Dec 21, 2020
1 parent ab4f590 commit c780a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Channels/NexmoSmsChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function testCallbackIsApplied()
'from' => '4444444444',
'to' => '5555555555',
'text' => 'this is my message',
'client_ref' => '',
'client-ref' => '',
'callback' => 'https://example.com',
])
->once();
Expand Down

0 comments on commit c780a55

Please sign in to comment.