diff options
Diffstat (limited to 'tests/modeladmin/tests.py')
| -rw-r--r-- | tests/modeladmin/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py index 5ca7999bf0..81119a27bf 100644 --- a/tests/modeladmin/tests.py +++ b/tests/modeladmin/tests.py @@ -662,7 +662,7 @@ class ModelAdminTests(TestCase): '<select data-context="available-source" ' 'name="main_band" id="id_main_band" required>' '<option value="" selected>- Select an option -</option>' - '<option value="%d">The Doors</option>' + '<option value="%s">The Doors</option>' "</select></div>" % self.band.id, ) |
