@@ -299,7 +299,6 @@ var _ = Describe("AtlasDeployment", Label("int", "AtlasDeployment", "deployment-
299
299
secret .StringData = secretData ()
300
300
})
301
301
Expect (err ).To (BeNil ())
302
-
303
302
})
304
303
305
304
By ("Checking that the Deployment is deleted" , func () {
@@ -722,7 +721,7 @@ var _ = Describe("AtlasDeployment", Label("int", "AtlasDeployment", "deployment-
722
721
723
722
By ("Updating the Deployment tags" , func () {
724
723
createdDeployment = performUpdate (ctx , 30 * time .Minute , client .ObjectKeyFromObject (createdDeployment ), func (deployment * akov2.AtlasDeployment ) {
725
- deployment .Spec .DeploymentSpec .Tags = []* akov2.TagSpec {{Key : "test- 1" , Value : "value- 1" }, {Key : "test-2" , Value : "value-2" }}
724
+ deployment .Spec .DeploymentSpec .Tags = []* akov2.TagSpec {{Key : "test 1" , Value : "value 1" }, {Key : "test-2" , Value : "value-2" }}
726
725
})
727
726
doDeploymentStatusChecks ()
728
727
checkAtlasState (func (c * admin.AdvancedClusterDescription ) {
@@ -970,7 +969,6 @@ var _ = Describe("AtlasDeployment", Label("int", "AtlasDeployment", "deployment-
970
969
971
970
Describe ("Setting the deployment skip annotation should skip reconciliations." , func () {
972
971
It ("Should Succeed" , func (ctx context.Context ) {
973
-
974
972
By (`Creating the deployment with reconciliation policy "skip" first` , func () {
975
973
createdDeployment = akov2 .DefaultAWSDeployment (namespace .Name , createdProject .Name ).Lightweight ()
976
974
performCreate (createdDeployment , 30 * time .Minute )
@@ -1356,7 +1354,6 @@ var _ = Describe("AtlasDeployment", Ordered, Label("int", "AtlasDeployment", "de
1356
1354
}
1357
1355
return nil
1358
1356
}).WithTimeout (5 * time .Minute ).WithPolling (5 * time .Second ).Should (Not (HaveOccurred ()))
1359
-
1360
1357
})
1361
1358
})
1362
1359
})
@@ -1443,7 +1440,6 @@ var _ = Describe("AtlasDeployment", Ordered, Label("int", "AtlasDeployment", "de
1443
1440
}
1444
1441
})
1445
1442
Expect (err ).To (BeNil ())
1446
-
1447
1443
})
1448
1444
1449
1445
By ("Deployment is ready with backup and snapshot distribution configured" , func () {
0 commit comments