Skip to content

Commit d88a0da

Browse files
committed
fix test
1 parent aa37130 commit d88a0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/metric_controller_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ func testReconcileMetricHappyPath(t *testing.T) {
341341

342342
// Verify the result
343343
require.NoError(t, err)
344-
require.True(t, result.Requeue)
345344
require.Equal(t, 5*time.Minute, result.RequeueAfter)
346345

347346
// Verify the Metric status was updated correctly

0 commit comments

Comments
 (0)