rename to papercrate
This commit is contained in:
+2
-2
@@ -6,10 +6,10 @@ The backend integration tests talk to a real Postgres database. To spin up an ep
|
||||
docker compose -f docker-compose.test.yml up -d
|
||||
```
|
||||
|
||||
This starts Postgres on port `5433` with the database/user both named `paperless` and password `paperless_test`. Point the test harness at it:
|
||||
This starts Postgres on port `5433` with the database/user both named `papercrate` and password `papercrate_test`. Point the test harness at it:
|
||||
|
||||
```bash
|
||||
export TEST_DATABASE_URL=postgres://paperless:paperless_test@localhost:5433/paperless_test
|
||||
export TEST_DATABASE_URL=postgres://papercrate:papercrate_test@localhost:5433/papercrate_test
|
||||
```
|
||||
|
||||
Run the tests as usual:
|
||||
|
||||
Reference in New Issue
Block a user