Skip to content

Commit 03604d6

Browse files
committed
fix: add scaling adapter
Signed-off-by: Julien Mancuso <[email protected]>
1 parent e3a25ac commit 03604d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/operator/internal/controller/dynamographdeploymentscalingadapter_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func TestDynamoGraphDeploymentScalingAdapterReconciler_Reconcile(t *testing.T) {
219219
}
220220

221221
// Check requeue
222-
if tt.expectRequeue && result.Requeue == false && result.RequeueAfter == 0 {
222+
if tt.expectRequeue && result.RequeueAfter == 0 {
223223
t.Errorf("Expected requeue, but got none")
224224
}
225225

0 commit comments

Comments
 (0)