diff --git a/test/replication/lua/fast_replica.lua b/test/replication/lua/fast_replica.lua
index 63ec51834f6d06d7ca0a5f89125a3716e32a8d68..eae49a51d118430aa14aa9e24200774cfd901289 100644
--- a/test/replication/lua/fast_replica.lua
+++ b/test/replication/lua/fast_replica.lua
@@ -20,7 +20,7 @@ function drop_all(inspector)
         if id ~= box.info.server.id then
             box.space._cluster:delete{id}
             inspector:cmd('stop server replica'..tostring(id - 1))
-            inspector:cmd('cleanup server replica'..tostring(id - 1))
+            inspector:cmd('delete server replica'..tostring(id - 1))
         end
     end
 end
diff --git a/test/replication/prune.result b/test/replication/prune.result
index 31e1a270589b9cdcc006f4918d8d8dca90228730..af548a6cab33c940c5f35e4d96321354949e6015 100644
--- a/test/replication/prune.result
+++ b/test/replication/prune.result
@@ -98,7 +98,7 @@ while box.space._cluster:len() ~= 2 do fiber.sleep(0.001) end
 -- Check server ids
 test_run:cmd('eval replica1 "return box.info.server.id"')
 ---
-- '{"result": [2]}'
+- [2]
 ...
 box.space._cluster:len() == 2
 ---