mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #35872 from ClickHouse/update-url-in-test-visualizer
Update URL in test visualizer
This commit is contained in:
commit
c923a52ebc
@ -144,7 +144,7 @@ let test_names_query = `
|
||||
|
||||
async function loadDataByQuery(query) {
|
||||
const response = await fetch(
|
||||
"https://play-ci.clickhouse.com?user=play&add_http_cors_header=1",
|
||||
"https://play.clickhouse.com?user=play&add_http_cors_header=1",
|
||||
{ method: "POST", body: query }
|
||||
)
|
||||
if (!response.ok) throw new Error(`Data download failed\nHTTP status ${response.status}`);
|
||||
|
Loading…
Reference in New Issue
Block a user