Bump dependencies (#1255)

* Bump dependencies

* fix test
This commit is contained in:
Sascha Ißbrücker
2026-01-01 21:30:51 +01:00
committed by GitHub
parent b6c4634403
commit f7c371bce1
3 changed files with 370 additions and 278 deletions

View File

@@ -321,4 +321,4 @@ class BookmarkFormE2ETestCase(LinkdingE2ETestCase):
self.assertEqual(1, Bookmark.objects.count())
bookmark = Bookmark.objects.first()
self.assertEqual("https://example.com", bookmark.url)
self.assertEqual("Example Domain", bookmark.title)
self.assertEqual("Test description", bookmark.description)