Skip to content

Commit

Permalink
fix: unexpected downtime in rollouts
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Bansal <[email protected]>
  • Loading branch information
Abhishek Bansal committed Nov 5, 2024
1 parent 94a03ad commit 39898f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout/trafficrouting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1497,4 +1497,4 @@ func TestCheckReplicaSetAvailable(t *testing.T) {
fix.fakeTrafficRouting = newUnmockedFakeTrafficRoutingReconciler()
fix.fakeTrafficRouting.On("RemoveManagedRoutes", mock.Anything, mock.Anything, mock.Anything).Return(nil)
fix.run(getKey(rollout1, t))
}
}

0 comments on commit 39898f7

Please sign in to comment.