cli: remove --skip
parameter from restore
It isn't really a parameter and it's value can be deduced automatically. Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
df5ee4abdc
commit
de15d42861
3 changed files with 12 additions and 12 deletions
|
@ -164,7 +164,6 @@ func TestRestoreDB(t *testing.T) {
|
|||
|
||||
// and then restore
|
||||
set.String("in", testDump, "")
|
||||
set.Int("skip", 0, "")
|
||||
set.String("dump", saveDump, "")
|
||||
require.NoError(t, restoreDB(ctx))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue