We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d0dfc commit ef90a6aCopy full SHA for ef90a6a
tests/Twilio/ClusterTest.php
@@ -154,7 +154,7 @@ public function testOrgsApiUserListAndFetchAndOrgsApiAccountsList(): void
154
155
public function testErrorOnCreatingTokenWithInvalidOAuthCredentials(): void {
156
$this->expectException(TwilioException::class);
157
- $this->expectExceptionMessage("[HTTP 400] Unable to create record: client_id is invalid");
+ $this->expectExceptionMessage("[HTTP 400] Unable to create record: HTTP 400 Bad Request");
158
$client = new Client();
159
$client->setCredentialProvider(new NoAuthCredentialProvider());
160
$client->iam->v1->token->create("client_credentials", "client_id", ["clientSecret" => "client_secret"]);
0 commit comments