Igor Bestuzhev

Results 2 comments of Igor Bestuzhev

Just checked a workaround from this issue - https://github.com/spulec/freezegun/issues/330 It also works.

I encountered a very similar issue: we use `FastAPI.root_path` parameter because app is running behind a proxy. I think the most correct way is to rely on FastAPI resolver -...