pan3793 commented on code in PR #3476:
URL: https://github.com/apache/incubator-kyuubi/pull/3476#discussion_r969066560
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/RestFrontendTestHelper.scala:
##########
@@ -50,7 +50,9 @@ object RestFrontendTestHelper {
trait RestFrontendTestHelper extends WithKyuubiServer {
- override protected lazy val conf: KyuubiConf = KyuubiConf()
+ override protected lazy val conf: KyuubiConf = {
+ KyuubiConf().set(KyuubiConf.SERVER_INFO_PROVIDER, "SERVER")
Review Comment:
overwrite the conf in `SessionsResourceSuite#test("get
infoType")#SessionOpenRequest`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]