We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b702918 commit e90d308Copy full SHA for e90d308
modules/rabbitmq/testcontainers/rabbitmq/__init__.py
@@ -10,7 +10,7 @@
10
class RabbitMqContainer(DockerContainer):
11
"""
12
Test container for RabbitMQ. The example below spins up a RabbitMQ broker and uses the
13
- `pika client library <(https://pypi.org/project/pika/)>`__ to establish a connection to the
+ `pika client library <https://pypi.org/project/pika/>`__ to establish a connection to the
14
broker.
15
16
Example:
0 commit comments