Skip to content

Commit

Permalink
Fix GrafanaDockerComposeIT format (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Aug 20, 2024
1 parent 9253d3b commit 16f1573
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 16f1573

Please sign in to comment.