diff --git a/tests/integration/app_upgrade_overview.bats b/tests/integration/app_upgrade_overview.bats index 978e5fc2..dacf23a6 100644 --- a/tests/integration/app_upgrade_overview.bats +++ b/tests/integration/app_upgrade_overview.bats @@ -76,7 +76,7 @@ teardown(){ assert_output --partial 'UPGRADE OVERVIEW' assert_output --partial 'CURRENT DEPLOYMENT 0.2.0+1.21.0' assert_output --partial 'ENV VERSION N/A' - assert_output --partial 'NEW DEPLOYMENT 0.3.1+1.21.0' + assert_output --partial "NEW DEPLOYMENT $latestRelease" run grep -q "TYPE=$TEST_RECIPE:${latestRelease}" \ "$ABRA_DIR/servers/$TEST_SERVER/$TEST_APP_DOMAIN.env"