You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/06 12:22:41 UTC

[camel] branch camel-3.x updated: Regen for commit 1c087dd8884921083ae6f193a6340be9d2745bda (#9824)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 3750a40ec2d Regen for commit 1c087dd8884921083ae6f193a6340be9d2745bda (#9824)
3750a40ec2d is described below

commit 3750a40ec2d6ea241ae894bc52be274bf5c3118f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Apr 6 14:22:24 2023 +0200

    Regen for commit 1c087dd8884921083ae6f193a6340be9d2745bda (#9824)
    
    Signed-off-by: GitHub <no...@github.com>
    Co-authored-by: oscerd <os...@users.noreply.github.com>
---
 .../camel/component/azure/storage/blob/integration/BlobConsumerIT.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobConsumerIT.java b/components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobConsumerIT.java
index b8b8b21b755..d3e848a52e2 100644
--- a/components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobConsumerIT.java
+++ b/components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobConsumerIT.java
@@ -67,7 +67,6 @@ class BlobConsumerIT extends Base {
         batchContainerClient = serviceClient.getBlobContainerClient(batchContainerName);
         prefixContainerClient = serviceClient.getBlobContainerClient(prefixContainerName);
 
-
         // create test container
         containerClient.create();
         batchContainerClient.create();
@@ -189,7 +188,7 @@ class BlobConsumerIT extends Base {
         }
     }
 
-     @Test
+    @Test
     void testPrefixBasedPolling() throws InterruptedException {
         final MockEndpoint mockEndpoint = getMockEndpoint("mock:resultPrefix");
         mockEndpoint.expectedMessageCount(1);