From 4bf8c73d1bf1021e22cab6baa624fb063042c2dc Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 2 Jun 2023 14:51:36 +0200 Subject: [PATCH] fixed spacing issue --- caimira/tests/apps/calculator/test_webapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caimira/tests/apps/calculator/test_webapp.py b/caimira/tests/apps/calculator/test_webapp.py index 0d5684e9..32d22352 100644 --- a/caimira/tests/apps/calculator/test_webapp.py +++ b/caimira/tests/apps/calculator/test_webapp.py @@ -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)