summaryrefslogtreecommitdiffstats
path: root/Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php')
-rw-r--r--Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php b/Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php
index b1c32f8..17c4fe9 100644
--- a/Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php
+++ b/Twilio/Tests/Integration/Api/V2010/Account/TokenTest.php
@@ -25,10 +25,10 @@ class TokenTest extends HolodeckTestCase {
} catch (DeserializeException $e) {}
catch (TwilioException $e) {}
- $this->assertTrue($this->holodeck->hasRequest(new Request(
+ $this->assertRequest(new Request(
'post',
'https://api.twilio.com/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Tokens.json'
- )));
+ ));
}
public function testCreateResponse() {