Skip to content

Commit 37941e3

Browse files
committed
remove irrelevant test
1 parent 27ca37a commit 37941e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/test_notifier.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@ def handle_notitifcation(_notification):
7474

7575
await cancel(notifier_task)
7676

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-
8677

8778
@pytest.fixture
8879
def room_api():

0 commit comments

Comments
 (0)