mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed broken ES localflavor test after 4774875
.
This commit is contained in:
parent
7549de841c
commit
45f55a9fcc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ESLocalFlavorTests(SimpleTestCase):
|
|||
def test_ESProvinceSelect(self):
|
||||
f = ESProvinceSelect()
|
||||
out = u'''<select name="provinces">
|
||||
<option value="01">Arava</option>
|
||||
<option value="01">Araba</option>
|
||||
<option value="02">Albacete</option>
|
||||
<option value="03">Alacant</option>
|
||||
<option value="04">Almeria</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue