Skip to content

Commit

Permalink
Fix testPublishConnectionKey test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Apr 25, 2017
1 parent a550edb commit 955f5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ChannelMessagesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function testPublishConnectionKey() {
$msg = new Message();
$msg->name = 'delegatedMsg';
$msg->data = 'test payload';
$msg->connectionKey = 'fake!realtime_key';
$msg->connectionKey = 'fake.realtime_key';

// publishing the message with an invalid key must fail
$this->setExpectedException( 'Ably\Exceptions\AblyException', '', 40006 );
Expand Down

0 comments on commit 955f5fd

Please sign in to comment.