fix black

This commit is contained in:
Arthur Passos 2023-01-29 13:19:03 -03:00
parent 2a63b86796
commit 0e7b35c9f4

View File

@ -48,5 +48,3 @@ def test_host_regexp_multiple_ptr_v4(started_cluster):
for _ in range(0, 300):
response = client.query("select reverseDNSQuery('2001:4860:4860::8888')")
assert response == "['dns.google']\n"