8000 fix(rabbitmq): correct pika pypi reference by emmanuel-ferdman · Pull Request #817 · testcontainers/testcontainers-python · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/rabbitmq/testcontainers/rabbitmq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class RabbitMqContainer(DockerContainer):
"""
Test container for RabbitMQ. The example below spins up a RabbitMQ broker and uses the
`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
broker.

Example:
Expand Down
Loading
0