diff --git a/hgext3rd/heptapod/tests/git/test_integration.py b/hgext3rd/heptapod/tests/git/test_integration.py
index a54f2f7862878e6e5ef6fcdbd7a6da49bdb90d5c_aGdleHQzcmQvaGVwdGFwb2QvdGVzdHMvZ2l0L3Rlc3RfaW50ZWdyYXRpb24ucHk=..d325833962a6d9d9460d6cb4ddb9ddff69b190c7_aGdleHQzcmQvaGVwdGFwb2QvdGVzdHMvZ2l0L3Rlc3RfaW50ZWdyYXRpb24ucHk= 100644
--- a/hgext3rd/heptapod/tests/git/test_integration.py
+++ b/hgext3rd/heptapod/tests/git/test_integration.py
@@ -521,7 +521,7 @@
         'branch/default': 'default1',
         'topic/default/zzetop': 'in topic'}
 
-    wrapper.command('rebase', base='zzetop')
+    wrapper.command('rebase', rev=['zzetop'])
     wrapper.set_phase('public', ['zzetop'])
     wrapper.command('gitlab-mirror')
 
@@ -558,7 +558,7 @@
         'topic/default/zzetop': 'in topic'}
 
     wrapper.write_commit('zz', message='topic addition')
-    wrapper.command('rebase', base='zzetop')
+    wrapper.command('rebase')
     wrapper.set_phase('public', ['zzetop'])
     wrapper.command('gitlab-mirror')