fixed spacing issue

This commit is contained in:
Luis Aleixo 2023-06-02 14:51:36 +02:00
parent a547700779
commit 4bf8c73d1b

View file

@ -89,8 +89,8 @@ class TestOpenApp(tornado.testing.AsyncHTTPTestCase):
def test_calculator_404(self):
response = self.fetch('/calculator')
assert response.code == 404
async def test_permalink_urls(http_server_client, baseline_form):
base_url = 'proto://hostname/prefix'
permalink_data = generate_permalink(base_url, lambda: "", lambda: "/calculator", baseline_form)