Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller

This commit is contained in:
Prateek Banga 2023-09-21 22:21:20 +05:30
commit b019273166
2 changed files with 3 additions and 3 deletions

View file

@ -748,7 +748,7 @@ class AccountCustomClientTest extends Scope
$authKey = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MSG91_AUTH_KEY');
$senderId = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MSG91_SENDER_ID');
if($to === '' || $from === '' || $authKey === '' || $senderId === '') {
if ($to === '' || $from === '' || $authKey === '' || $senderId === '') {
$this->markTestSkipped('SMS provider not configured');
}

View file

@ -128,10 +128,10 @@ class AccountTest extends Scope
$authKey = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MSG91_AUTH_KEY');
$senderId = App::getEnv('_APP_MESSAGE_SMS_PROVIDER_MSG91_SENDER_ID');
if($to === '' || $from === '' || $authKey === '' || $senderId === '') {
if ($to === '' || $from === '' || $authKey === '' || $senderId === '') {
$this->markTestSkipped('SMS provider not configured');
}
$projectId = $this->getProject()['$id'];
$query = $this->getQuery(self::$CREATE_PROVIDER);
$graphQLPayload = [