yanghua commented on a change in pull request #1298:
URL: https://github.com/apache/incubator-kyuubi/pull/1298#discussion_r737555740
##########
File path:
kyuubi-server/src/test/scala/org/apache/kyuubi/server/RestFrontendServiceSuite.scala
##########
@@ -96,10 +98,16 @@ object RestFrontendServiceSuite {
server.initialize(conf)
server.start()
+ val restApiBaseSuite = new RestApiBaseSuite
+ restApiBaseSuite.setUp()
+ val client: Client = restApiBaseSuite.client()
Review comment:
Get the webTarget here:
```
val webTarget = client.target(restApiBaseSuite.getBaseUri())
```
--
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]