We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc3379 commit 43da3cbCopy full SHA for 43da3cb
tests/test_broker.py
@@ -13,10 +13,6 @@ def test_no_url_should_raise_typeerror() -> None:
13
with pytest.raises(TypeError):
14
ListQueueBroker() # type: ignore
15
16
- with pytest.raises(TypeError):
17
- # it's `url`, not `redis_url`
18
- ListQueueBroker(redis_url="redis://localhost/0") # type: ignore
19
-
20
21
async def get_message( # type: ignore
22
broker: AsyncBroker,
0 commit comments