ptrdom commented on code in PR #194:
URL: 
https://github.com/apache/pekko-persistence-r2dbc/pull/194#discussion_r1994276716


##########
projection/src/test/scala/org/apache/pekko/projection/r2dbc/EventSourcedPubSubSpec.scala:
##########
@@ -43,23 +43,23 @@ import org.slf4j.LoggerFactory
 
 object EventSourcedPubSubSpec {
 
-  val config: Config = ConfigFactory
-    .parseString("""
-    pekko.persistence.r2dbc {
-      journal.publish-events = on
-      query {
+  val config: Config = ConfigFactory.load(

Review Comment:
   Because test config is being merged with `TestConfig.unresolvedConfig`, 
which, unlike `TestConfig.config`, has not called `load` yet. This is done to 
have a full necessary config and correctly resolved substitutions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to