We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b1c89 commit ee66204Copy full SHA for ee66204
1 file changed
tests/unit_tests/service/test_middleware.py
@@ -68,7 +68,7 @@ async def test_obs_context_ignores_non_http_or_websockets(app: Mock):
68
await ocp(scope, Mock(), Mock())
69
70
att.assert_not_called()
71
- scope.get.assert_not_called()
+ scope.get.assert_called_once_with("type")
72
73
74
@pytest.mark.parametrize("protocol", ["http", "websocket"])
0 commit comments