Remove unnecessary check on existence of deployment

Based on review comments

References #172
This commit is contained in:
Mahesh V Kelkar 2015-05-04 10:35:29 -04:00
parent 8d595463ec
commit 583602035e
1 changed files with 0 additions and 1 deletions

View File

@ -243,7 +243,6 @@ class PromotionCompletedNotificationsSpec extends Specification {
then:
success == true
sleep(1000)
deployment != null
deployment.promotionResultSet.size() == 2
deployment.status == Status.COMPLETED
models.PromotionResult manualPromoResult = deployment.promotionResultSet.find() {