This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new b35c7c57f6e [WARNING] The requested profile fullTests could not be activated because it does not exist. b35c7c57f6e is described below commit b35c7c57f6eea4c9312265ebfe4eb6069f50448b Author: Babak Vahdat <bvah...@apache.org> AuthorDate: Sun Sep 11 10:51:24 2022 +0200 [WARNING] The requested profile fullTests could not be activated because it does not exist. --- .../test/java/org/apache/camel/component/azure/eventhubs/TestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-azure/camel-azure-eventhubs/src/test/java/org/apache/camel/component/azure/eventhubs/TestUtils.java b/components/camel-azure/camel-azure-eventhubs/src/test/java/org/apache/camel/component/azure/eventhubs/TestUtils.java index 0d6f6dfcc61..624aa80f548 100644 --- a/components/camel-azure/camel-azure-eventhubs/src/test/java/org/apache/camel/component/azure/eventhubs/TestUtils.java +++ b/components/camel-azure/camel-azure-eventhubs/src/test/java/org/apache/camel/component/azure/eventhubs/TestUtils.java @@ -47,7 +47,7 @@ public final class TestUtils { || System.getProperty(BLOB_ACCOUNT_NAME) == null || System.getProperty(BLOB_ACCESS_KEY) == null) { throw new Exception( - "Make sure to supply azure eventHubs connectionString, e.g: mvn verify -PfullTests -DconnectionString=string" + "Make sure to supply azure eventHubs connectionString, e.g: mvn verify -DconnectionString=string" + " -DblobAccountName=blob -DblobAccessKey=key"); } properties.setProperty(CONNECTION_STRING, System.getProperty(CONNECTION_STRING));