Skip to content

Commit

Permalink
[Fixes #5138] Fix assertation error
Browse files Browse the repository at this point in the history
  • Loading branch information
t-book committed Oct 29, 2019
1 parent eb062f7 commit e5db48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/layers/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_layer_save(self):

self.assertEqual(
lyr.keyword_list(), [
u'<IMGSRC='javascript:true;'>Science', u'Europe<script>true;</script>',
u'<IMG SRC='javascript:true;'>Science', u'Europe<script>true;</script>',
u'here', u'keywords', u'land_<script>true;</script>covering', u'populartag', u'saving',
u'ß', u'ä', u'ö', u'ü', u'論語'])

Expand Down

0 comments on commit e5db48d

Please sign in to comment.