diff tests/test-ssh-bundle1.t @ 50799:02eae2df911a

wrapfunction: use sysstr instead of bytes as argument in various tests This is as valid and simpler, it will help us to eventually get ride of `safehasattr`.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 10 Jul 2023 19:34:04 +0200
parents adecb1ab4a0d
children dcaa2df1f688
line wrap: on
line diff
--- 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