fix: tests.

This commit is contained in:
Darshan
2025-07-27 14:48:19 +05:30
parent d7136e77ea
commit 1f31b75582
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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,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,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,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,6 +1,6 @@
<?php
namespace Tests\E2E\Services\GraphQL\Tables;
namespace Tests\E2E\Services\GraphQL\Grids;
use Exception;
use Tests\E2E\Client;