chore: fix restore test

This commit is contained in:
garethgeorge
2024-06-25 19:31:38 -07:00
parent 232cd57473
commit 90cdf983be

View File

@@ -493,7 +493,7 @@ func TestRestore(t *testing.T) {
t.Fatalf("snapshotId must be set")
}
restoreTarget := t.TempDir()
restoreTarget := t.TempDir() + "/restore"
_, err = sut.handler.Restore(context.Background(), connect.NewRequest(&v1.RestoreSnapshotRequest{
SnapshotId: snapshotOp.SnapshotId,