e2e: Ensure UI is enabled. (#25620)

The `ui.enabled` parameter is a non-pointer bool which means the
merge function is unable to differentiate between false and not
set. When e2e introduced the `ui.show_cli_hints` configuration
parameter, the way we merge meant the UI became disabled.
This commit is contained in:
James Rasell
2025-04-08 14:57:29 +02:00
committed by GitHub
parent b8143368d8
commit 311a83d706

View File

@@ -30,5 +30,6 @@ telemetry {
}
ui {
enabled = true
show_cli_hints = false
}