neo4j / docker-neo4j

Docker Images for the Neo4j Graph Database
Apache License 2.0
318 stars 168 forks source link

fixed failing bundled plugin tests for community edition #487

Closed jennyowen closed 3 months ago

jennyowen commented 3 months ago

The test to check if plugins get downloaded if not present inside the bundle was failing in the release testing because it was trying to download an unreleased plugin and (of course) failing. I fixed the test so we're checking for either a plugin to be downloaded OR an error message that the download failed. The presence of the error message means that the download was attempted.