This is an automated email from the ASF dual-hosted git repository. coheigea 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 dbc73ec Minor tweak to atmos test dbc73ec is described below commit dbc73ecc5edf027d16a8dfca2b125d4f0c520b28 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Fri Aug 16 09:39:48 2019 +0100 Minor tweak to atmos test --- .../test/java/org/apache/camel/component/atmos/AtmosConsumerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-atmos/src/test/java/org/apache/camel/component/atmos/AtmosConsumerTest.java b/components/camel-atmos/src/test/java/org/apache/camel/component/atmos/AtmosConsumerTest.java index f3e40c5..417ce3f 100644 --- a/components/camel-atmos/src/test/java/org/apache/camel/component/atmos/AtmosConsumerTest.java +++ b/components/camel-atmos/src/test/java/org/apache/camel/component/atmos/AtmosConsumerTest.java @@ -34,7 +34,7 @@ public class AtmosConsumerTest extends CamelTestSupport { return new RouteBuilder() { @Override public void configure() throws Exception { - fromF("atmos:foo/get?remotePath=/path&fullTokenId=fakeToken&secretKey=%sSecret&uri=https://fake/uri", fake) + fromF("atmos:foo/get?remotePath=/path&fullTokenId=fakeToken&secretKey=%s&uri=https://fake/uri", fake) .to("mock:test"); } }; @@ -50,4 +50,4 @@ public class AtmosConsumerTest extends CamelTestSupport { assertEquals("foo", endpoint.getConfiguration().getName()); } -} \ No newline at end of file +}