@@ -67,7 +67,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
6767 HaveStatusCondition (& coreProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition ),
6868 ), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
6969
70- By ("Waiting for status.IntalledVersion to be set" )
70+ By ("Waiting for status.InstalledVersion to be set" )
7171 WaitFor (ctx , For (coreProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
7272 return ptr .Equal (coreProvider .Status .InstalledVersion , ptr .To (coreProvider .Spec .Version ))
7373 }), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
@@ -94,7 +94,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
9494 HaveStatusCondition (& infraProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition ),
9595 ), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
9696
97- By ("Waiting for status.IntalledVersion to be set" )
97+ By ("Waiting for status.InstalledVersion to be set" )
9898 WaitFor (ctx , For (infraProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
9999 return ptr .Equal (infraProvider .Status .InstalledVersion , ptr .To (infraProvider .Spec .Version ))
100100 }), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
@@ -168,7 +168,7 @@ var _ = Describe("Create and delete a provider with manifests that don't fit the
168168 HaveStatusCondition (& infraProvider .Status .Conditions , operatorv1 .ProviderInstalledCondition )),
169169 e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
170170
171- By ("Waiting for status.IntalledVersion to be set" )
171+ By ("Waiting for status.InstalledVersion to be set" )
172172 WaitFor (ctx , For (infraProvider ).In (bootstrapCluster ).ToSatisfy (func () bool {
173173 return ptr .Equal (infraProvider .Status .InstalledVersion , ptr .To (infraProvider .Spec .Version ))
174174 }), e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
0 commit comments