From a096afdf5e332f4d0c3e0071ff689160f45ce600 Mon Sep 17 00:00:00 2001 From: Felix Kirchgeorg Date: Fri, 10 Nov 2023 12:28:07 +0100 Subject: [PATCH] Update http-tests.md .env.testing instead .env.test --- content/guides/testing/http-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/testing/http-tests.md b/content/guides/testing/http-tests.md index bf6e5db..70480d4 100644 --- a/content/guides/testing/http-tests.md +++ b/content/guides/testing/http-tests.md @@ -114,7 +114,7 @@ await client ## Session The `@adonisjs/session` package extends the API client by providing additional methods to read/write session data during the request. -Sessions must use the `memory` driver during tests. Therefore, make sure to update the `SESSION_DRIVER` within the `.env.test` file. +Sessions must use the `memory` driver during tests. Therefore, make sure to update the `SESSION_DRIVER` within the `.env.testing` file. ```dotenv // title: .env.test