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 f8ba510 Camel-Github: Polished f8ba510 is described below commit f8ba51016d2d1032698f6b3c289016e52ef20993 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 29 08:17:07 2019 +0100 Camel-Github: Polished --- .../java/org/apache/camel/component/github/GitHubComponentTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-github/src/test/java/org/apache/camel/component/github/GitHubComponentTestBase.java b/components/camel-github/src/test/java/org/apache/camel/component/github/GitHubComponentTestBase.java index 755a1a2..b7f6919 100644 --- a/components/camel-github/src/test/java/org/apache/camel/component/github/GitHubComponentTestBase.java +++ b/components/camel-github/src/test/java/org/apache/camel/component/github/GitHubComponentTestBase.java @@ -33,7 +33,7 @@ public abstract class GitHubComponentTestBase extends CamelTestSupport { protected MockPullRequestService pullRequestService; protected MockIssueService issueService; - @EndpointInject(uri = "mock:result") + @EndpointInject("mock:result") protected MockEndpoint mockResultEndpoint; @Override