abzolv

Results 2 comments of abzolv

Same problem here. The `.env.test` has a test-specific `DATABASE_URL`. The test case retrieves an entityID from the database using the `EntityManager`. It then uses that ID in a route to...

I found a work-around for this problem. In `.env.test`: ``` PANTHER_APP_ENV=panther ``` Then, in / create a new `.env.panther` and include the same `DATABASE_URL` that is in `.env.test`. BTW, having...