Use dedicated method to turn off authentication
See gh-18538
This commit is contained in:
parent
b11f50c2a0
commit
04a01a49c2
|
|
@ -46,7 +46,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
|
||||||
class DataNeo4jTestIntegrationTests {
|
class DataNeo4jTestIntegrationTests {
|
||||||
|
|
||||||
@Container
|
@Container
|
||||||
static final Neo4jContainer<?> neo4j = new Neo4jContainer<>().withAdminPassword(null);
|
static final Neo4jContainer<?> neo4j = new Neo4jContainer<>().withoutAuthentication();
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private Session session;
|
private Session session;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue