Skip to content

Commit ae970cc

Browse files
committed
fix: remove the u string prefix
1 parent bfcd4e2 commit ae970cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/tests/test_wizards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def test_get_edit_url(self):
167167

168168
def test_get_preview_url(self):
169169
wizard_preview_mode = Wizard(
170-
title=_(u"Page"),
170+
title=_("Page"),
171171
weight=100,
172172
form=WizardForm,
173173
model=Page,

0 commit comments

Comments
 (0)