Skip to content

Commit c59cbc4

Browse files
committed
Fix GrafanaDockerComposeIT format
1 parent 9253d3b commit c59cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class GrafanaDockerComposeIT {
6969
.withStartupTimeout(STARTUP_MINUTES_TIMEOUT))
7070
.withLogConsumer("prometheus-1", new Slf4jLogConsumer(LOGGER))
7171
.withPull(false)
72-
.withLocalCompose(true);
72+
.withLocalCompose(true);
7373
} catch (URISyntaxException e) {
7474
throw new RuntimeException(e);
7575
}

0 commit comments

Comments
 (0)