Skip to content

Commit 81c082f

Browse files
committed
remove 'merges' from test as it only appears in later versions
1 parent 429e5c8 commit 81c082f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

tests/integration/test_http_handlers_config/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def test_headers_in_response():
609609
ClickHouseCluster(__file__), "headers_in_response", "test_headers_in_response"
610610
)
611611
) as cluster:
612-
for endpoint in ("static", "ping", "replicas_status", "play", "dashboard", "binary", "merges", "metrics",
612+
for endpoint in ("static", "ping", "replicas_status", "play", "dashboard", "binary", "metrics",
613613
"js/lz-string.js", "js/uplot.js", "?query=SELECT%201"):
614614
response = cluster.instance.http_request(endpoint, method="GET")
615615

tests/integration/test_http_handlers_config/test_headers_in_response/config.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@
7272
</handler>
7373
</rule>
7474

75-
<rule>
76-
<methods>GET,HEAD</methods>
77-
<url>/merges</url>
78-
<handler>
79-
<type>merges</type>
80-
<http_response_headers>
81-
<X-My-Answer>Iam merges</X-My-Answer>
82-
</http_response_headers>
83-
</handler>
84-
</rule>
85-
8675
<rule>
8776
<methods>GET,HEAD</methods>
8877
<url>/metrics</url>

0 commit comments

Comments
 (0)