diff --git a/tests/asyncio_test.py b/tests/asyncio_test.py index fd91ac3..4103695 100644 --- a/tests/asyncio_test.py +++ b/tests/asyncio_test.py @@ -36,7 +36,7 @@ # TODO: Write tests for everything else -service_url = 'pulsar://159.69.189.225' +service_url = 'pulsar://localhost' class AsyncioTest(IsolatedAsyncioTestCase):