Skip to content

Commit

Permalink
refactor: Use only apoc-core for testing config.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons authored Dec 27, 2022
1 parent dd800e1 commit 08d25d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static class DevServicesShouldStartNeo4jTest {
static QuarkusUnitTest test = new QuarkusUnitTest()
.withEmptyApplication()
.withConfigurationResource("application.properties")
.overrideConfigKey("quarkus.neo4j.devservices.additional-env.NEO4JLABS_PLUGINS", "[\"apoc\"]")
.overrideConfigKey("quarkus.neo4j.devservices.additional-env.NEO4JLABS_PLUGINS", "[\"apoc-core\"]")
.setLogRecordPredicate(record -> true)
.assertLogRecords(records -> assertThat(records).extracting(LogRecord::getMessage)
.contains("Dev Services started a Neo4j container reachable at %s"));
Expand Down

0 comments on commit 08d25d7

Please sign in to comment.