We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ca37a commit 37941e3Copy full SHA for 37941e3
tests/test_notifier.py
@@ -74,15 +74,6 @@ def handle_notitifcation(_notification):
74
75
await cancel(notifier_task)
76
77
- @pytest.mark.asyncio
78
- async def test_invalid_credentials(self):
79
- notifier = FishjamNotifier(fishjam_id="", management_token="wrong_token")
80
-
81
- task = asyncio.create_task(notifier.connect())
82
83
- with pytest.raises(RuntimeError):
84
- await task
85
86
87
@pytest.fixture
88
def room_api():
0 commit comments