mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-13 11:34:54 +00:00
- Replaced Expect().Should() and Expect().ShouldNot() with .To() and .ToNot() across 12 files (Task 1). - Replaced synchronously evaluated Eventually() with Expect() in server_status_request_controller_test.go (Task 2B). - Extracted Skip() calls inside lazy callbacks into conditional checks using slices.Contains() in enable_api_group_extentions.go (Task 3). Signed-off-by: opbot_xd <awasthikrishna23052005@gmail.com>