We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444fc0f commit b9a6aeaCopy full SHA for b9a6aea
1 file changed
http-tests/admin/packages/install-uninstall-package-ontology.sh
@@ -58,4 +58,4 @@ fi
58
curl -k -w "%{http_code}\n" -o /dev/null -s \
59
-E "$OWNER_CERT_FILE":"$OWNER_CERT_PWD" \
60
"${ADMIN_BASE_URL}ontologies/${package_ontology_hash}/" \
61
-| grep -q "$STATUS_FORBIDDEN"
+| grep -q "$STATUS_NOT_FOUND"
0 commit comments