Update README.md

fix bullet points
This commit is contained in:
evan-danswer
2025-03-18 19:34:08 -07:00
committed by GitHub
parent 61366df34c
commit 5d7d471823

View File

@@ -12,8 +12,8 @@ The idea is that each test can use the manager class to create (.create()) a "te
## Instructions for Running Integration Tests Locally
1. Launch onyx (using Docker or running with a debugger), ensuring the API server is running on port 8080.
a. If you'd like to set environment variables, you can do so by creating a `.env` file in the onyx/backend/tests/integration/ directory.
b. Onyx MUST be launched with AUTH_TYPE=basic and ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=true
- If you'd like to set environment variables, you can do so by creating a `.env` file in the onyx/backend/tests/integration/ directory.
- Onyx MUST be launched with AUTH_TYPE=basic and ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=true
2. Navigate to `onyx/backend`.
3. Run the following command in the terminal:
```sh