Skip to content

Commit 246f762

Browse files
authored
chore(tests): rename LTS_JENKINS_VERSION in bake tests (#2186)
1 parent 3564dc8 commit 246f762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bake.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
load test_helpers
77

88
SUT_DESCRIPTION="docker bake"
9-
JENKINS_LTS_VERSION="2.504.3"
9+
LTS_JENKINS_VERSION="2.504.3"
1010

1111
@test "[${SUT_DESCRIPTION}: tags] Default tags unchanged" {
1212
assert_matches_golden expected_tags make --silent tags
@@ -15,7 +15,7 @@ JENKINS_LTS_VERSION="2.504.3"
1515
assert_matches_golden expected_tags_latest_weekly make --silent tags LATEST_WEEKLY=true
1616
}
1717
@test "[${SUT_DESCRIPTION}: tags] Latest LTS tags unchanged" {
18-
assert_matches_golden expected_tags_latest_lts make --silent tags LATEST_LTS=true JENKINS_VERSION="${JENKINS_LTS_VERSION}"
18+
assert_matches_golden expected_tags_latest_lts make --silent tags LATEST_LTS=true JENKINS_VERSION="${LTS_JENKINS_VERSION}"
1919
}
2020

2121
@test "[${SUT_DESCRIPTION}: platforms] Platforms per target unchanged" {

0 commit comments

Comments
 (0)