Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 19, 2024
1 parent adced30 commit fcb8461
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ class ControlCliSuite extends KyuubiFunSuite with TestPrematureExit {
test("test render server configs") {
val entries = Seq(
new ConfigEntry("kyuubi.abc", "def"),
new ConfigEntry("kyuubi.xyz", "xyz"),
new ConfigEntry("kyuubi.xyz", "true"),
)
val renderedInfo = Render.renderConfigsInfo(entries)
// scalastyle:off
Expand All @@ -550,7 +550,7 @@ class ControlCliSuite extends KyuubiFunSuite with TestPrematureExit {
|╠════════════╪═══════╣
|║ kyuubi.abc │ def ║
|╟────────────┼───────╢
|║ kyuubi.xyz │ xyz
|║ kyuubi.xyz │ true
|╚════════════╧═══════╝
|2 row(s)
|""".stripMargin
Expand Down

0 comments on commit fcb8461

Please sign in to comment.