Skip to content

Commit

Permalink
longer password in new test (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesSandberg authored Nov 2, 2022
1 parent 2d68d9a commit 8b9705a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void testPluginLoadsWithAuthentication() throws Exception
{
Assumptions.assumeTrue( TestSettings.NEO4J_VERSION.isAtLeastVersion( Neo4jVersion.NEO4J_VERSION_500 ) );

final String PASSWORD = "12345";
final String PASSWORD = "12345678";
Path testFolder = HostFileSystemOperations.createTempFolder( "plugin-with-auth-loads" );

try( GenericContainer container = createContainerWithBundledPlugin(BLOOM))
Expand Down

0 comments on commit 8b9705a

Please sign in to comment.