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

fjtiradosarti pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 16f15733f Fix GrafanaDockerComposeIT format (#2001)
16f15733f is described below

commit 16f15733faefc226dd0024960f8cf41c8a144e84
Author: Gonzalo Muñoz <[email protected]>
AuthorDate: Tue Aug 20 10:57:48 2024 +0200

    Fix GrafanaDockerComposeIT format (#2001)
---
 .../java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java
 
b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java
index 8642a5594..9407ebeac 100644
--- 
a/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java
+++ 
b/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java
@@ -69,7 +69,7 @@ public class GrafanaDockerComposeIT {
                                     
.withStartupTimeout(STARTUP_MINUTES_TIMEOUT))
                     .withLogConsumer("prometheus-1", new 
Slf4jLogConsumer(LOGGER))
                     .withPull(false)
-                    .withLocalCompose(true);                   
+                    .withLocalCompose(true);
         } catch (URISyntaxException e) {
             throw new RuntimeException(e);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to