Skip to content

Commit

Permalink
ACS-6300 Check tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Nov 23, 2023
1 parent 198b43d commit 3553d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -67,7 +68,6 @@ teardown() {
}

@test "rp enabled basic" {
EXPORT USE_STATIC_LAUNCH_NAME="false"
run get-rp-input.sh
[ "$status" -eq 0 ]

Expand Down

0 comments on commit 3553d9c

Please sign in to comment.