From 83af39771bfb8f49b9a5ae97fe418c4416ab8c52 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 24 Apr 2025 10:57:34 +0200 Subject: [PATCH] test: drop unused tagHash --- tests/integration/app_deploy.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/app_deploy.bats b/tests/integration/app_deploy.bats index 27632bdb..5828a6b5 100644 --- a/tests/integration/app_deploy.bats +++ b/tests/integration/app_deploy.bats @@ -401,8 +401,6 @@ teardown(){ # bats test_tags=slow @test "ignore env version on new deploy" { - tagHash=$(_get_tag_hash "0.1.0+1.20.0") - run $ABRA app deploy "$TEST_APP_DOMAIN" "0.1.0+1.20.0" \ --no-input --no-converge-checks assert_success