diff --git a/internal/api/backresthandler_test.go b/internal/api/backresthandler_test.go index dbce941..cc63727 100644 --- a/internal/api/backresthandler_test.go +++ b/internal/api/backresthandler_test.go @@ -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,