Skip to content

Commit

Permalink
use full argument (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 authored and w41ter committed Aug 28, 2024
1 parent f7c2783 commit 7f1eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snapshot_op/snapshot_op.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func test_restore_snapshot(src *base.Spec, dest *base.Spec) {
if err != nil {
panic(err)
}
restoreResp, err := destRpc.RestoreSnapshot(dest, nil, labelName, snapshotResp)
restoreResp, err := destRpc.RestoreSnapshot(dest, nil, labelName, snapshotResp, false, false)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 7f1eda4

Please sign in to comment.