From b795ca81f1a5a9b2777dc170da7ad9f9f94d90ef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jan 2018 15:32:36 +0530 Subject: [PATCH] ... --- src/calibre/srv/tests/ajax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/tests/ajax.py b/src/calibre/srv/tests/ajax.py index de51fffa41..7045b3f69b 100644 --- a/src/calibre/srv/tests/ajax.py +++ b/src/calibre/srv/tests/ajax.py @@ -138,7 +138,7 @@ class ContentTest(LibraryBaseTest): # cdb.py r(url_for('/cdb/cmd', which='list'), status=FORBIDDEN) - r(url_for('/cdb/add-book', filename='test.epub'), status=FORBIDDEN) + r(url_for('/cdb/add-book', job_id=1, add_duplicates='n', filename='test.epub'), status=FORBIDDEN) # code.py def sr(path, **k):