X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..0c1644b480a81a3b1d55efcd4fc328f7f7ed77a6:/apps/dictionary/tests.py?ds=sidebyside

diff --git a/apps/dictionary/tests.py b/apps/dictionary/tests.py
index 0de7c5e6d..27285cc14 100755
--- a/apps/dictionary/tests.py
+++ b/apps/dictionary/tests.py
@@ -13,13 +13,11 @@ class DictionaryTests(WLTestCase):
     def setUp(self):
         WLTestCase.setUp(self)
         self.book_info = BookInfoStub(
-            url=u"http://wolnelektury.pl/example/default-book",
-            about=u"http://wolnelektury.pl/example/URI/default_book",
-            title=u"Default Book",
             author=PersonStub(("Jim",), "Lazy"),
             kind="X-Kind",
             genre="X-Genre",
             epoch="X-Epoch",
+            **info_args(u"Default Book")
         )
 
     def test_book_with_footnote(self):