From dad8bba7788f07b04cb9d020dd14ef20d7b11ebe Mon Sep 17 00:00:00 2001 From: hellozepp Date: Mon, 8 Aug 2022 09:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0callback=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/scala/tech/mlsql/it/ByzerScriptTestSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamingpro-it/src/test/scala/tech/mlsql/it/ByzerScriptTestSuite.scala b/streamingpro-it/src/test/scala/tech/mlsql/it/ByzerScriptTestSuite.scala index b12aaade4..cd4e969a2 100644 --- a/streamingpro-it/src/test/scala/tech/mlsql/it/ByzerScriptTestSuite.scala +++ b/streamingpro-it/src/test/scala/tech/mlsql/it/ByzerScriptTestSuite.scala @@ -125,7 +125,7 @@ class ByzerScriptTestSuite extends LocalBaseTestSuite with Logging { val (_, result) = runScriptWithHeader(url, user, "select 1 as a,'jack' as b as bbc;", """{"Authorization":"Bearer acc"}""") val _result = EntityUtils.toString(result, DefaultHttpTransportService.charset) - println(_result) + println("With callbackHeader result:" + _result) assert(_result === "[{\"a\":1,\"b\":\"jack\"}]") } catch { case _: Exception =>