Skip to content

Commit 3f25b3a

Browse files
authored
Merge pull request #226 from alexander-yakushev/fix-tests
Fix tests
2 parents 64add78 + 873bd58 commit 3f25b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/docker_clojure/dockerfile_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
(is (str/includes? (contents cfg/installer-hashes
1818
{:base-image-tag "base:foo"
1919
:distro :distro/distro
20-
:build-tool "lein"
20+
:build-tool "tools-deps"
2121
:jdk-version 11})
2222
"FROM base:foo")))
2323
(testing "has no labels (Docker recommends against for base images)"
2424
(is (not (str/includes? (contents cfg/installer-hashes
2525
{:base-image-tag "base:foo"
2626
:distro :distro/distro
27-
:build-tool "lein"
27+
:build-tool "tools-deps"
2828
:maintainer "Me Myself"
2929
:jdk-version 11})
3030
"LABEL "))))

0 commit comments

Comments
 (0)