Skip to content

Commit 43da3cb

Browse files
authored
Remove useless test
1 parent cdc3379 commit 43da3cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_broker.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ def test_no_url_should_raise_typeerror() -> None:
1313
with pytest.raises(TypeError):
1414
ListQueueBroker() # type: ignore
1515

16-
with pytest.raises(TypeError):
17-
# it's `url`, not `redis_url`
18-
ListQueueBroker(redis_url="redis://localhost/0") # type: ignore
19-
2016

2117
async def get_message( # type: ignore
2218
broker: AsyncBroker,

0 commit comments

Comments
 (0)