This commit is contained in:
Kovid Goyal 2018-01-24 15:32:36 +05:30
parent f97c680386
commit b795ca81f1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):