Skip to content

Commit fd7ca8f

Browse files
authored
Update README.md
1 parent c2bc068 commit fd7ca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-server-fixtures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The fixtures are configured using the following evironment variables:
9090
| `SERVER_FIXTURES_SERVER_CLASS` | Server class used to run the fixtures, choose from `thread`, `docker` and `kubernetes` | `thread`
9191
| `SERVER_FIXTURES_K8S_NAMESPACE` | (Kubernetes only) Specify the Kubernetes namespace used to launch fixtures. | `None` (same as the test host)
9292
| `SERVER_FIXTURES_K8S_LOCAL_TEST` | (Kubernetes only) Set to `True` to allow integration tests to run (See [Integration Tests](#integration-tests)). | `False`
93-
| `SERVER_FIXTURES_MONGO_BIN` | Directory containing the `mongodb` executable | "" (relies on `$PATH`)
93+
| `SERVER_FIXTURES_MONGO_BIN` | Absolute path to mongod executable | "" (relies on mongod access via `$PATH`)
9494
| `SERVER_FIXTURES_MONGO_IMAGE` | (Docker only) Docker image for mongo | `mongo:3.6`
9595
| `SERVER_FIXTURES_PG_CONFIG` | Postgres pg_config executable | `pg_config`
9696
| `SERVER_FIXTURES_REDIS` | Redis server executable | `redis-server`

0 commit comments

Comments
 (0)