Skip to content

Commit 3d77f7f

Browse files
committed
Fix unit test TestTechPreviewChangeStopper/techpreview-to-techpreview
1 parent a1d1840 commit 3d77f7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/featuregates/featurechangestopper_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func TestTechPreviewChangeStopper(t *testing.T) {
9898
fg.Status = configv1.FeatureGateStatus{}
9999
tt.startingCvoFeatureGates = CvoGates{unknownVersion: true}
100100
}
101+
tt.startingCvoFeatureGates.proposal = fg.Spec.FeatureSet == configv1.TechPreviewNoUpgrade
101102

102103
client := fakeconfigv1client.NewClientset(fg)
103104

0 commit comments

Comments
 (0)