Skip to content

Commit

Permalink
bring TestPluginInstallation.java up to date with changes to SetConta…
Browse files Browse the repository at this point in the history
…inerUser
  • Loading branch information
Andrew Jefferson committed Aug 9, 2019
1 parent ee950ed commit 19c087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/neo4j/docker/TestPluginInstallation.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void createContainerWithTestingPlugin()
.withExposedPorts( DEFAULT_BROWSER_PORT, DEFAULT_BOLT_PORT )
.withLogConsumer( new Slf4jLogConsumer( log ) );

SetContainerUser.currentlyRunningUser( container );
SetContainerUser.nonRootUser( container );
}

@BeforeEach
Expand Down

0 comments on commit 19c087e

Please sign in to comment.