mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
fix(tests): make tests pass
- change to new api resource not all tests are passing, but most of them do Signed-off-by: Ron Green <11993626+georgettica@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ var _ = Describe("Server Status Request Reconciler", func() {
|
||||
Log: velerotest.NewLogger(),
|
||||
}
|
||||
|
||||
actualResult, err := r.Reconcile(ctrl.Request{
|
||||
actualResult, err := r.Reconcile(r.Ctx, ctrl.Request{
|
||||
NamespacedName: types.NamespacedName{
|
||||
Namespace: velerov1api.DefaultNamespace,
|
||||
Name: test.req.Name,
|
||||
|
||||
Reference in New Issue
Block a user