mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update URL in test visualizer
This commit is contained in:
parent
c9c747f615
commit
6780cd2d82
@ -144,7 +144,7 @@ let test_names_query = `
|
|||||||
|
|
||||||
async function loadDataByQuery(query) {
|
async function loadDataByQuery(query) {
|
||||||
const response = await fetch(
|
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 }
|
{ method: "POST", body: query }
|
||||||
)
|
)
|
||||||
if (!response.ok) throw new Error(`Data download failed\nHTTP status ${response.status}`);
|
if (!response.ok) throw new Error(`Data download failed\nHTTP status ${response.status}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user