Skip to content

Commit

Permalink
That one test which still needs no reconnect policy
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Sep 26, 2024
1 parent b9db664 commit 705dae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrational/asyncio/test_unsubscribe_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async def test_access_denied_unsubscribe_operation():
pnconf = pnconf_pam_copy()
pnconf.secret_key = None
pnconf.enable_subscribe = True
pnconf.reconnect_policy = pn.enums.PNReconnectionPolicy.NONE

pubnub = PubNubAsyncio(pnconf)

Expand Down

0 comments on commit 705dae0

Please sign in to comment.