summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_widgets')
-rw-r--r--tests/admin_widgets/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py
index d497599435..50c26095ff 100644
--- a/tests/admin_widgets/tests.py
+++ b/tests/admin_widgets/tests.py
@@ -641,7 +641,7 @@ class AdminFileWidgetTests(TestDataMixin, TestCase):
response = self.client.get(reverse("admin:admin_widgets_album_add"))
self.assertContains(
response,
- '<div class="readonly"></div>',
+ '<div class="readonly">-</div>',
html=True,
)