You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/06/07 05:49:11 UTC

[camel] branch master updated: CAMEL-12547 - Fix tests

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 a493724  CAMEL-12547 - Fix tests
a493724 is described below

commit a493724c46cdad38c1339f29a54e14073f276952
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jun 7 07:48:10 2018 +0200

    CAMEL-12547 - Fix tests
---
 .../src/test/resources/test-options.properties                 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/camel-google-mail/src/test/resources/test-options.properties b/components/camel-google-mail/src/test/resources/test-options.properties
index 463fa00..95356df 100644
--- a/components/camel-google-mail/src/test/resources/test-options.properties
+++ b/components/camel-google-mail/src/test/resources/test-options.properties
@@ -19,8 +19,8 @@
 ## Login properties for Google Mail Component
 #####################################
 ## Application client id and secret
-clientId=26463036425-1ro2qnrlli4ejavahtnt3pgnst8slshc.apps.googleusercontent.com
-clientSecret=E5fOZ9Zd5xyfeB6dnfsti9kB
-applicationName=test-gmail3
-accessToken=ya29.GlvSBZh8Al7_Dk7WuH_cLA9oWfoWwkK2oz_sVkkKjqLsHiq4y2AD-fZc-hbcUsxGxn8BsQrgN9uO08_-yH3WcfKI5rUB7gRZjorI-Wc9KncWDmFKj53VLhwzJRRl
-refreshToken=1/HeY1rvryd1n5gifWCeToiY3JkefvPoXtGrhhg2xtZCJ5ujqYuAaDH6FScFGx6Cfb
+clientId=
+clientSecret=
+applicationName=test
+accessToken=
+refreshToken=

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.