|
|
@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
class DataNeo4jTestWithIncludeFilterIntegrationTests {
|
|
|
|
class DataNeo4jTestWithIncludeFilterIntegrationTests {
|
|
|
|
|
|
|
|
|
|
|
|
@Container
|
|
|
|
@Container
|
|
|
|
static final Neo4jContainer<?> neo4j = new Neo4jContainer<>().withAdminPassword(null);
|
|
|
|
static final Neo4jContainer<?> neo4j = new Neo4jContainer<>().withoutAuthentication();
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private ExampleService service;
|
|
|
|
private ExampleService service;
|
|
|
|