From 3553d9cd9a7a1245ab3cdffb771f6fcfaa11c818 Mon Sep 17 00:00:00 2001 From: "Wojtek.Swieton" Date: Thu, 23 Nov 2023 16:13:19 +0100 Subject: [PATCH] ACS-6300 Check tests update --- .../reportportal-prepare/tests/reportportal-prepare.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/reportportal-prepare/tests/reportportal-prepare.bats b/.github/actions/reportportal-prepare/tests/reportportal-prepare.bats index cbe768954..58da890cd 100644 --- a/.github/actions/reportportal-prepare/tests/reportportal-prepare.bats +++ b/.github/actions/reportportal-prepare/tests/reportportal-prepare.bats @@ -11,6 +11,7 @@ setup() { export RP_URL=https://rpserver:8080 export RP_PROJECT=my-project export AUTO=true + export USE_STATIC_LAUNCH_NAME=false export BRANCH_NAME=main export GITHUB_SERVER_URL=https://github.com @@ -67,7 +68,6 @@ teardown() { } @test "rp enabled basic" { - EXPORT USE_STATIC_LAUNCH_NAME="false" run get-rp-input.sh [ "$status" -eq 0 ]