From fac372dc73ff03e9443dfe97a3f70d5ff677204d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 17 Aug 2025 15:18:05 +0200 Subject: [PATCH] test: use latest release for check --- tests/integration/app_upgrade_overview.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"