tests/test-bundle2-pushback.t
changeset 41738 c70bdd222dcd
parent 39707 5abc47d4ca6b
child 47920 9c4204b7f3e4
--- a/tests/test-bundle2-pushback.t	Mon Feb 18 00:27:25 2019 +0900
+++ b/tests/test-bundle2-pushback.t	Mon Feb 18 00:27:25 2019 +0900
@@ -25,7 +25,8 @@
   >                   b'key': b'new-server-mark',
   >                   b'old': b'',
   >                   b'new': b'tip'}
-  >         encodedparams = [(k, pushkey.encode(v)) for (k,v) in params.items()]
+  >         encodedparams = [(k, pushkey.encode(v))
+  >                           for (k, v) in params.items()]
   >         op.reply.newpart(b'pushkey', mandatoryparams=encodedparams)
   >     else:
   >         op.reply.newpart(b'output', data=b'pushback not enabled')