Skip to content

Commit 8caae98

Browse files
committed
fix: fix non-existing saml cert test
1 parent 7d39574 commit 8caae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-saml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
if [ "$1" = "saml" ] ; then
33
docker compose exec -T weblate openssl x509 -in /app/data/ssl/saml.crt -text -noout
44
else
5-
docker compose exec -T weblate test -not -f /app/data/ssl/saml.crt
5+
docker compose exec -T weblate test ! -f /app/data/ssl/saml.crt
66
fi

0 commit comments

Comments
 (0)