Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/testing/http-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down