Skip to content

Commit

Permalink
fixup: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Dec 16, 2024
1 parent 92021ee commit c36256a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/system_tests_one_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -3469,9 +3469,9 @@ def run(self):

class AMQPLinkFlapTest(MessagingHandler):
"""
This test stresses the creation and deletion of AMQP links.
It repeatedly creates links, sends messages, and then tears the links down
while the messages are in flight.
This test stresses the creation and deletion of AMQP links. It repeatedly
creates links then tears them down while keeping the parent connection
alive.
"""
def __init__(self, router_address):
super(AMQPLinkFlapTest, self).__init__()
Expand Down

0 comments on commit c36256a

Please sign in to comment.