summaryrefslogtreecommitdiff
path: root/python/tests_0-10/tx.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests_0-10/tx.py')
-rw-r--r--python/tests_0-10/tx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests_0-10/tx.py b/python/tests_0-10/tx.py
index 2415a88fb2..84c07d51c1 100644
--- a/python/tests_0-10/tx.py
+++ b/python/tests_0-10/tx.py
@@ -31,10 +31,10 @@ class TxTests(TestBase):
Test that commited publishes are delivered and commited acks are not re-delivered
"""
channel2 = self.client.channel(2)
- channel2.channel_open()
+ channel2.session_open()
self.perform_txn_work(channel2, "tx-commit-a", "tx-commit-b", "tx-commit-c")
channel2.tx_commit()
- channel2.channel_close()
+ channel2.session_close()
#use a different channel with new subscriptions to ensure
#there is no redelivery of acked messages: