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