Skip to content

Commit

Permalink
Fixed pulsar url in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nictec authored Sep 20, 2024
1 parent d4aab5c commit cef9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/asyncio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# TODO: Write tests for everything else

service_url = 'pulsar://159.69.189.225'
service_url = 'pulsar://localhost'

class AsyncioTest(IsolatedAsyncioTestCase):

Expand Down

0 comments on commit cef9a76

Please sign in to comment.