From fe0e2b9d5ee43367b0142b7d9df597bf8d4ccde1 Mon Sep 17 00:00:00 2001 From: garethgeorge Date: Wed, 3 Jul 2024 17:49:55 -0700 Subject: [PATCH] chore: fix restore test coverage --- internal/api/backresthandler_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/api/backresthandler_test.go b/internal/api/backresthandler_test.go index cc63727..ed72ce9 100644 --- a/internal/api/backresthandler_test.go +++ b/internal/api/backresthandler_test.go @@ -513,9 +513,6 @@ func TestRestore(t *testing.T) { return op.Status == v1.OperationStatus_STATUS_SUCCESS && ok }); index != -1 { op := operations[index] - if op.FlowId != snapshotOp.FlowId { - t.Errorf("Flow ID mismatch on restore operation") - } if op.SnapshotId != snapshotOp.SnapshotId { t.Errorf("Snapshot ID mismatch on restore operation") }