mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: tests.
This commit is contained in:
@@ -146,7 +146,7 @@ jobs:
|
||||
Avatars,
|
||||
Console,
|
||||
Databases/Legacy,
|
||||
Databases/Tables,
|
||||
Databases/Grids,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
@@ -216,7 +216,7 @@ jobs:
|
||||
Avatars,
|
||||
Console,
|
||||
Databases/Legacy,
|
||||
Databases/Tables,
|
||||
Databases/Grids,
|
||||
Functions,
|
||||
FunctionsSchedule,
|
||||
GraphQL,
|
||||
|
||||
@@ -56,7 +56,7 @@ abstract class Action extends UtopiaAction
|
||||
*/
|
||||
final protected function getSdkGroup(): string
|
||||
{
|
||||
return $this->isCollectionsAPI() ? 'collections' : 'grids';
|
||||
return $this->isCollectionsAPI() ? 'collections' : 'tables';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\E2E\Services\GraphQL\Tables;
|
||||
namespace Tests\E2E\Services\GraphQL\Grids;
|
||||
|
||||
use Tests\E2E\Client;
|
||||
use Tests\E2E\Scopes\ProjectCustom;
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\E2E\Services\GraphQL\Tables;
|
||||
namespace Tests\E2E\Services\GraphQL\Grids;
|
||||
|
||||
use Tests\E2E\Client;
|
||||
use Tests\E2E\Scopes\ProjectCustom;
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\E2E\Services\GraphQL\Tables;
|
||||
namespace Tests\E2E\Services\GraphQL\Grids;
|
||||
|
||||
use Tests\E2E\Client;
|
||||
use Tests\E2E\Scopes\ProjectCustom;
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\E2E\Services\GraphQL\Tables;
|
||||
namespace Tests\E2E\Services\GraphQL\Grids;
|
||||
|
||||
use Exception;
|
||||
use Tests\E2E\Client;
|
||||
Reference in New Issue
Block a user