Skip to content

Commit

Permalink
Merge pull request #226 from alexander-yakushev/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
cap10morgan authored Apr 23, 2024
2 parents 64add78 + 873bd58 commit 3f25b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker_clojure/dockerfile_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
(is (str/includes? (contents cfg/installer-hashes
{:base-image-tag "base:foo"
:distro :distro/distro
:build-tool "lein"
:build-tool "tools-deps"
:jdk-version 11})
"FROM base:foo")))
(testing "has no labels (Docker recommends against for base images)"
(is (not (str/includes? (contents cfg/installer-hashes
{:base-image-tag "base:foo"
:distro :distro/distro
:build-tool "lein"
:build-tool "tools-deps"
:maintainer "Me Myself"
:jdk-version 11})
"LABEL "))))
Expand Down

0 comments on commit 3f25b3a

Please sign in to comment.