diff options
Diffstat (limited to 'tests/model_forms')
| -rw-r--r-- | tests/model_forms/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index e264b6df77..8259b3b8bd 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -2386,7 +2386,7 @@ class OtherModelFormTests(TestCase): self.assertHTMLEqual( str(f.media), '''<link href="/some/form/css" type="text/css" media="all" rel="stylesheet"> -<script type="text/javascript" src="/some/form/javascript"></script>''' +<script src="/some/form/javascript"></script>''' ) def test_choices_type(self): |
