From aa3a19d8c0e191048b0b6a716a16e57fd240ff82 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Thu, 27 Aug 2020 15:20:59 +0300 Subject: [PATCH] Update clickhouse-test --- tests/clickhouse-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clickhouse-test b/tests/clickhouse-test index ba0b3678bad..6bfad37d8ad 100755 --- a/tests/clickhouse-test +++ b/tests/clickhouse-test @@ -39,7 +39,7 @@ MESSAGES_TO_RETRY = [ def json_minify(string): """ Removes all js-style comments from json string. Allows to have comments in skip_list.json. - The code taken from https://github.com/getify/JSON.minify/tree/python + The code taken from https://github.com/getify/JSON.minify/tree/python under the MIT license. """ tokenizer = re.compile('"|(/\*)|(\*/)|(//)|\n|\r')