diff --git a/tests/api.suite.yml b/tests/api.suite.yml index 295c6d9d98f..21a6c842b4b 100644 --- a/tests/api.suite.yml +++ b/tests/api.suite.yml @@ -16,7 +16,7 @@ modules: config: \craft\test\Craft: configFile: 'tests/_craft/config/test.php' - entryUrl: 'http://localhost/index.php' + entryUrl: 'https://craft-5-project.ddev.site/index.php' projectConfig: {} migrations: [] plugins: [] diff --git a/tests/api/RedirectCest.php b/tests/api/RedirectCest.php index 77a26d988f4..976c1cd02bd 100644 --- a/tests/api/RedirectCest.php +++ b/tests/api/RedirectCest.php @@ -5,7 +5,7 @@ * @license https://craftcms.github.io/license/ */ -namespace acceptance; +namespace crafttests\api; use ApiTester; use Codeception\Example;