Skip to content

Commit

Permalink
fix: fix non-existing saml cert test
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 21, 2024
1 parent 7d39574 commit 8caae98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-saml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
if [ "$1" = "saml" ] ; then
docker compose exec -T weblate openssl x509 -in /app/data/ssl/saml.crt -text -noout
else
docker compose exec -T weblate test -not -f /app/data/ssl/saml.crt
docker compose exec -T weblate test ! -f /app/data/ssl/saml.crt
fi

0 comments on commit 8caae98

Please sign in to comment.