Run pyupgrade against the files modified in the merge-forward

This commit is contained in:
Pedro Algarvio 2023-11-29 21:20:41 +00:00
parent 02c3b89e40
commit ff2fc6de95
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -150,7 +150,7 @@ def test_query_null_response():
port = ports.get_unused_localhost_port()
url = "http://{host}:{port}/".format(host=host, port=port)
url = f"http://{host}:{port}/"
result = http.query(url, raise_error=False)
assert result == {"body": None}, result