Skip to content

Commit 398abaf

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 10ccea7 commit 398abaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/patchresourcewithssa/PatchResourceWithSSAReconciler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public UpdateControl<PatchResourceWithSSACustomResource> reconcile(
4242
res.setSpec(new PatchResourceWithSSASpec());
4343
res.getSpec().setControllerManagedValue(ADDED_VALUE);
4444
// test assumes we will run this in the next reconciliation
45-
return UpdateControl.<PatchResourceWithSSACustomResource>noUpdate().reschedule();
45+
return UpdateControl.patchResource(res).reschedule();
4646
} else {
4747
res.setStatus(new PatchResourceWithSSAStatus());
4848
res.getStatus().setSuccessfullyReconciled(true);

0 commit comments

Comments
 (0)