chore: fix restore test coverage

This commit is contained in:
garethgeorge
2024-07-03 17:49:55 -07:00
parent ac2eea4767
commit fe0e2b9d5e

View File

@@ -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")
}