Skip to content

Commit

Permalink
[Fixes #9799] Thesaurus selectbox performance in metadata editor is v…
Browse files Browse the repository at this point in the history
…ery slow
  • Loading branch information
mwallschlaeger committed Aug 8, 2022
1 parent ebb8324 commit 6151ceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/base/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 6151ceb

Please sign in to comment.