Skip to content

Commit

Permalink
[JENKINS] - Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 5, 2022
1 parent 2a46103 commit 6964cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM eeacms/plone-backend:6.0.0-7
ENV PROFILES="eea.kitkat:default eea.progress.workflow:default eea.dexterity.indicators:default eea.dexterity.themes:default eea.website.policy:default"
ENV PROFILES="eea.website.policy:default"

COPY requirements.txt constraints.txt /app/
RUN ./bin/pip install -r requirements.txt -c constraints.txt ${PIP_PARAMS}
2 changes: 1 addition & 1 deletion test/tests/plone-site/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ get_auth() {
. "$dir/../../retry.sh" --tries "$PLONE_TEST_TRIES" --sleep "$PLONE_TEST_SLEEP" get "http://plone:8080"

# Plone is up and running
[[ "$(get "http://plone:8080/$site")" == *"Welcome to Volto"* ]]
[[ "$(get "http://plone:8080/$site/en")" == *"English"* ]]

0 comments on commit 6964cf6

Please sign in to comment.