Skip to content

Commit 68ebdee

Browse files
committed
Fixed test
1 parent c24ab17 commit 68ebdee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_asyncio/test_credentials.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,11 +593,8 @@ async def test_async_auth_pubsub_with_credential_provider(self, r_credential: Re
593593
await r_credential.publish('entraid', 'test')
594594

595595
msg1 = await p.get_message()
596-
msg2 = await p.get_message()
597596

598597
assert msg1['type'] == 'subscribe'
599-
assert msg2['type'] == 'message'
600-
601598

602599

603600
@pytest.mark.asyncio

0 commit comments

Comments
 (0)