This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 9ef6079 camel-test-infra-google-pubsub: fixed missing property
registration (#5197)
9ef6079 is described below
commit 9ef60797e22d04eb95c5b86adeef6bf6d4c83b38
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Mar 11 16:45:38 2021 +0100
camel-test-infra-google-pubsub: fixed missing property registration (#5197)
---
.../infra/google/pubsub/services/GooglePubSubLocalContainerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-google-pubsub/src/test/java/org/apache/camel/test/infra/google/pubsub/services/GooglePubSubLocalContainerService.java
b/test-infra/camel-test-infra-google-pubsub/src/test/java/org/apache/camel/test/infra/google/pubsub/services/GooglePubSubLocalContainerService.java
index d77bd90..4dd4273 100644
---
a/test-infra/camel-test-infra-google-pubsub/src/test/java/org/apache/camel/test/infra/google/pubsub/services/GooglePubSubLocalContainerService.java
+++
b/test-infra/camel-test-infra-google-pubsub/src/test/java/org/apache/camel/test/infra/google/pubsub/services/GooglePubSubLocalContainerService.java
@@ -54,7 +54,7 @@ public class GooglePubSubLocalContainerService implements
GooglePubSubService, C
@Override
public void registerProperties() {
-
+ System.setProperty(GooglePubSubProperties.SERVICE_ADDRESS,
getServiceAddress());
}
@Override