@@ -67,7 +67,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
67
67
HaveStatusCondition (& coreProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition ),
68
68
), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
69
69
70
- By ("Waiting for status.IntalledVersion to be set" )
70
+ By ("Waiting for status.InstalledVersion to be set" )
71
71
WaitFor (ctx , For (coreProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
72
72
return ptr .Equal (coreProvider .Status .InstalledVersion , ptr .To (coreProvider .Spec .Version ))
73
73
}), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
@@ -94,7 +94,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
94
94
HaveStatusCondition (& infraProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition ),
95
95
), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
96
96
97
- By ("Waiting for status.IntalledVersion to be set" )
97
+ By ("Waiting for status.InstalledVersion to be set" )
98
98
WaitFor (ctx , For (infraProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
99
99
return ptr .Equal (infraProvider .Status .InstalledVersion , ptr .To (infraProvider .Spec .Version ))
100
100
}), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
@@ -168,7 +168,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
168
168
HaveStatusCondition (& infraProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition )),
169
169
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
170
170
171
- By ("Waiting for status.IntalledVersion to be set" )
171
+ By ("Waiting for status.InstalledVersion to be set" )
172
172
WaitFor (ctx , For (infraProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
173
173
return ptr .Equal (infraProvider .Status .InstalledVersion , ptr .To (infraProvider .Spec .Version ))
174
174
}), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
0 commit comments