Skip to content

Commit 190e8fc

Browse files
authored
Merge pull request #888 from Altinity/25.3.5_fix_stateless_test_01528_play
25.3.5 Fix of tests/queries/0_stateless/01528_play.sh
2 parents a4e755e + 0f44cce commit 190e8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
clickhouse.com
1+
<link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB

tests/queries/0_stateless/01528_play.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
# shellcheck source=../shell_config.sh
55
. "$CURDIR"/../shell_config.sh
66

7-
${CLICKHOUSE_CURL} -sS "${CLICKHOUSE_PORT_HTTP_PROTO}://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT_HTTP}/play" | grep -o -F 'clickhouse.com'
7+
${CLICKHOUSE_CURL} -sS "${CLICKHOUSE_PORT_HTTP_PROTO}://${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT_HTTP}/play" | grep -o -F '<link rel="icon" href="data:image/svg+xml;base64,PHN2ZyB'

0 commit comments

Comments
 (0)