From 6151ceb4855c71c93f0828f6815b5acb956c7e9f Mon Sep 17 00:00:00 2001 From: mwallschlaeger Date: Mon, 8 Aug 2022 12:58:15 +0200 Subject: [PATCH] [Fixes #9799] Thesaurus selectbox performance in metadata editor is very slow --- geonode/base/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geonode/base/tests.py b/geonode/base/tests.py index 0de335ae304..7be78f2ea6a 100644 --- a/geonode/base/tests.py +++ b/geonode/base/tests.py @@ -926,7 +926,6 @@ def test_will_return_thesaurus_with_the_defaul_order_as_0(self): def test_get_thesuro_key_label_with_cmd_language_code(self): # in python test language code look like 'en' this test checks if key label result function # returns correct results - t = Thesaurus.objects.get(identifier='inspire-theme') tid = 1 translation.activate("en") t_available_form = ThesaurusAvailableForm(data={"1": tid})