Skip to content

Commit

Permalink
Update kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/A…
Browse files Browse the repository at this point in the history
…dminResourceSuite.scala
  • Loading branch information
pan3793 authored Nov 21, 2023
1 parent 91d9bc5 commit e2f1dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class AdminResourceSuite extends KyuubiFunSuite with RestFrontendTestHelper {
hs2ProxyUser: Option[String]): Response = {
var internalWebTarget = webTarget.path("api/v1/admin/engine")
.queryParam("sharelevel", "USER")
.queryParam("type", "spark_sql")
.queryParam("type", "SPARK_SQL")

kyuubiProxyUser.map(username =>
internalWebTarget = internalWebTarget.queryParam("proxyUser", username))
Expand Down

0 comments on commit e2f1dad

Please sign in to comment.