This is an automated email from the ASF dual-hosted git repository.
acosentino 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 9d6ae12 Camel-Yammer: Fixed CS
9d6ae12 is described below
commit 9d6ae12f2cdec0f77beecaa7871c4584f3805fa4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Mar 14 15:57:17 2019 +0100
Camel-Yammer: Fixed CS
---
.../camel/component/yammer/YammerMessagesConsumerOptionTest.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerMessagesConsumerOptionTest.java
b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerMessagesConsumerOptionTest.java
index 3930d0c..f7ff74e 100644
---
a/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerMessagesConsumerOptionTest.java
+++
b/components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerMessagesConsumerOptionTest.java
@@ -21,7 +21,8 @@ import org.junit.Test;
public class YammerMessagesConsumerOptionTest extends
YammerComponentTestSupport {
- private static final String YAMMER_MESSAGES_CONSUMER =
"yammer:messages?consumerKey=aConsumerKey&consumerSecret=aConsumerSecretKey&accessToken=aAccessToken&limit=1&threaded=true&olderThan=58802444918784"
+ private static final String YAMMER_MESSAGES_CONSUMER =
"yammer:messages?consumerKey=aConsumerKey&consumerSecret=aConsumerSecretKey"
+ +
"&accessToken=aAccessToken&limit=1&threaded=true&olderThan=58802444918784"
+ "&newerThan=58802444918781";
@Test