1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

Merge branch 'feat-messages-event-config' of https://github.com/appwrite/appwrite into feat-mailgun-provider

This commit is contained in:
Prateek Banga 2023-09-13 00:51:08 +05:30
commit 945d048b6e

View file

@ -154,9 +154,9 @@ class V16Test extends TestCase
public function projectProvider(): array
{
return [
'providers' => [
'authProviders' => [
[
'providers' => [
'authProviders' => [
[
'key' => 'github',
'name' => 'GitHub',
@ -167,7 +167,7 @@ class V16Test extends TestCase
],
],
[
'providers' => [
'authProviders' => [
[
'name' => 'Github',
'appId' => 'client_id',