Skip to content

Commit

Permalink
use longer password than 7 characters in test (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesSandberg authored Oct 28, 2022
1 parent 37eda76 commit babaa77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class TestPluginInstallation
{
private static final String DB_USER = "neo4j";
private static final String DB_PASSWORD = "quality";
private static final String DB_PASSWORD = "qualityPassword";
private static final String PLUGIN_JAR = "myPlugin.jar";

private static final Logger log = LoggerFactory.getLogger( TestPluginInstallation.class );
Expand Down

0 comments on commit babaa77

Please sign in to comment.