From de6a75de13918bccb80f410b270411a98c82ec11 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Wed, 18 Mar 2015 22:50:59 -0700 Subject: [PATCH] updated test for new error response --- tests/TwitterOAuthTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TwitterOAuthTest.php b/tests/TwitterOAuthTest.php index 1dcde10e..8223f109 100644 --- a/tests/TwitterOAuthTest.php +++ b/tests/TwitterOAuthTest.php @@ -89,7 +89,7 @@ public function testOauthRequestToken() /** * @expectedException \Abraham\TwitterOAuth\TwitterOAuthException - * @expectedExceptionMessage Failed to validate oauth signature and token + * @expectedExceptionMessage Could not authenticate you */ public function testOauthRequestTokenException() {