mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
Refs #15667 -- Fixed form renderer test for Python 2 non-ASCII path.
This commit is contained in:
parent
6d947e8c32
commit
4e89082f31
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SharedTests(object):
|
|||
self.expected_widget_dir + '/forms_tests/custom_widget.html',
|
||||
)
|
||||
)
|
||||
self.assertEqual(tpl.origin.name, expected_path)
|
||||
self.assertEqual(upath(tpl.origin.name), expected_path)
|
||||
|
||||
|
||||
class BaseTemplateRendererTests(SimpleTestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue