Update URL in test visualizer

This commit is contained in:
Alexey Milovidov 2022-04-03 04:52:54 +02:00
parent c9c747f615
commit 6780cd2d82

View File

@ -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}`);