neo4j / docker-neo4j

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

changed jvm additional test to not use a real jvm parameter #492

Closed jennyowen closed 2 months ago

jennyowen commented 2 months ago

The test was supplying an invalid value for the parameter it was testing (ssl trust store password), so when something in neo4j changed to actually require a correct value, this test started (correctly) failing.