diff --git a/phpunit.xml b/phpunit.xml index ec39a7edea..f897107fe6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,7 +10,7 @@ > - ./tests/ + ./tests/e2e/ \ No newline at end of file diff --git a/tests/e2e/ConsoleTest.php b/tests/e2e/ConsoleTest.php index acd7ecf2c9..da31d0b210 100644 --- a/tests/e2e/ConsoleTest.php +++ b/tests/e2e/ConsoleTest.php @@ -35,7 +35,7 @@ class ConsoleTest extends TestCase ], [ 'email' => 'username1@appwrite.io', 'password' => 'password', - 'confirm' => 'http://localhost/confirm', + 'redirect' => 'http://localhost/confirm', 'success' => 'http://localhost/success', 'failure' => 'http://localhost/failure', 'name' => 'User 1',