tests/test-ssh-bundle1.t
changeset 50799 02eae2df911a
parent 50320 adecb1ab4a0d
child 51181 dcaa2df1f688
--- a/tests/test-ssh-bundle1.t	Mon Jul 10 19:33:14 2023 +0200
+++ b/tests/test-ssh-bundle1.t	Mon Jul 10 19:34:04 2023 +0200
@@ -427,7 +427,7 @@
   >     return res
   > 
   > def extsetup(ui):
-  >     extensions.wrapfunction(exchange, b'push', wrappedpush)
+  >     extensions.wrapfunction(exchange, 'push', wrappedpush)
   > EOF
 
   $ cat >> .hg/hgrc << EOF