Skip to content

Commit

Permalink
Fix exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Aug 29, 2017
1 parent d39232b commit 36626a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Botonomous/OAuthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testDoOauth()
$oauth->setSessionUtility($sessionUtility);

$this->expectException('\Exception');
$this->expectExceptionMessage('invalid_client_id');
$this->expectExceptionMessage('invalid_code');

$oauth->doOauth();
}
Expand Down

0 comments on commit 36626a4

Please sign in to comment.