Open callumforrester opened 8 months ago
Our FastAPI tests have started showing up a deprecation warning:
DeprecationWarning: The 'app' shortcut is now deprecated. Use the explicit style 'transport=WSGITransport(app=...)' instead.
To reproduce: Run the tests
@DiamondJoseph have you encountered this in any other projects?
I have not.
Our FastAPI tests have started showing up a deprecation warning:
To reproduce: Run the tests