diff --git a/src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java b/src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java index 62ed527d3..29aafc6fc 100644 --- a/src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java +++ b/src/test/java/org/springframework/data/neo4j/test/TestLogFilter.java @@ -28,7 +28,9 @@ public class TestLogFilter extends Filter { private static final List FILTER_MESSAGES = List.of( "ClientNotification.Statement.UnknownRelationshipTypeWarning", - "ClientNotification.Statement.UnknownPropertyKeyWarning" + "ClientNotification.Statement.UnknownLabelWarning", + "ClientNotification.Statement.UnknownPropertyKeyWarning", + "ClientNotification.Statement.FeatureDeprecationWarning" ); @Override