From d6fe4aa12ed0a89612c1cdd352d83977f32b2af9 Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Mon, 18 Jul 2022 10:55:26 +0200 Subject: [PATCH] Commented unimplemented route in WebUI --- src/webui/tests/test_unitary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/tests/test_unitary.py b/src/webui/tests/test_unitary.py index c15346a8e..842425c12 100644 --- a/src/webui/tests/test_unitary.py +++ b/src/webui/tests/test_unitary.py @@ -65,7 +65,7 @@ class TestWebUI(ClientTestCase): url_for('service.home') url_for('device.home') url_for('link.home') - url_for('main.debug') + #url_for('main.debug') url_for('main.about') url_for('topology_js') url_for('site_js') -- GitLab