Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadja Müller committed Oct 2, 2023
1 parent 8e24d7d commit d438e43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions it/src/test/java/apoc/it/core/StartupTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,11 @@ public void check_basic_deployment() {
assertTrue(procedureCount > 0);
assertTrue(functionCount > 0);
assertTrue(coreCount > 0);
// Check there's one and only one logger for apoc inside the container
// and it doesn't override the one inside the database
// Check there's one and only one logger for apoc inside the container and it doesn't override the one inside the database
assertFalse(startupLog.contains("[main] INFO org.eclipse.jetty.server.Server"));
assertFalse(startupLog.contains("SLF4J: No SLF4J providers were found"));
assertFalse(startupLog.contains("SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\""));
assertFalse(startupLog.contains("SLF4J: Class path contains multiple SLF4J providers"));

session.close();
neo4jContainer.close();
} catch (Exception ex) {
Expand Down

0 comments on commit d438e43

Please sign in to comment.