Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Jun 29, 2022
1 parent 7b7fec5 commit 5f237bd
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 @@ -439,7 +439,7 @@ func TestRolloutUseDynamicWeightOnPromoteFull(t *testing.T) {
f.fakeTrafficRouting.On("RemoveManagedRoutes", mock.Anything, mock.Anything).Return(nil)
f.fakeTrafficRouting.On("VerifyWeight", mock.Anything).Return(pointer.BoolPtr(true), nil)
f.run(getKey(r2, t))
})git
})

t.Run("DynamicStableScale false", func(t *testing.T) {
r2.Spec.Strategy.Canary.DynamicStableScale = false
Expand Down

0 comments on commit 5f237bd

Please sign in to comment.