Open
Description
I have a few integration tests than run as part of jenkins job, but I have been unable to get pytests to run and connect to the redis cache.
I have tried this but had the same error https://fastapi.tiangolo.com/advanced/testing-events/
Has anyone found a way to test their routes that have a cache?