mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
feat-59620 Style fix
This commit is contained in:
parent
a417a1c676
commit
1c9652c06b
@ -84,10 +84,7 @@ def test_dynamic_query_handler():
|
||||
headers={"XXX": "xxx"},
|
||||
)
|
||||
assert 200 == res_custom_ct.status_code
|
||||
assert (
|
||||
"application/whatever; charset=cp1337"
|
||||
== res_custom_ct.headers["content-type"]
|
||||
)
|
||||
assert "application/whatever; charset=cp1337" == res_custom_ct.headers["content-type"]
|
||||
assert "it works" == res_custom_ct.headers["X-Test-Http-Response-Headers-Works"]
|
||||
assert "also works" == res_custom_ct.headers["X-Test-Http-Response-Headers-Even-Multiple"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user