kgiusti commented on a change in pull request #1401:
URL: https://github.com/apache/qpid-dispatch/pull/1401#discussion_r738586640
##########
File path: tests/system_tests_two_routers.py
##########
@@ -1547,10 +1549,11 @@ class PropagatedDisposition(MessagingHandler):
Verify outcomes are properly sent end-to-end
"""
- def __init__(self, test, address1, address2):
+ def __init__(self, test, sender_addr, receiver_addr, dest):
super(PropagatedDisposition, self).__init__(auto_accept=False)
- self.address1 = address1
- self.address2 = address2
+ self.sender_addr = sender_addr
+ self.receiver_addr = receiver_addr
+ self.dest = dest
Review comment:
Can you remove the no-longer-needed "self.addr" attribute (line 1567)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]