]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:bug: Fix dependency overrides in WebSockets (#1122)
authoramitlissack <amit@opentrons.com>
Mon, 30 Mar 2020 18:45:05 +0000 (14:45 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 18:45:05 +0000 (20:45 +0200)
commit02441ff0313d5b471b662293244c53e712f1243f
tree8d41e8b158ddb40c0dbe4980e458e376a5cd1391
parent210af1fd3dc0f612a08fa02a0cb3f5adb81e5bfb
:bug: Fix dependency overrides in WebSockets (#1122)

* add tests to test_ws_router to test dependencies and dependency overrides.

* supply dependency_overrides_provider to APIWebSocketRoute upon creation
fastapi/routing.py
tests/test_ws_router.py