mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
f97c680386
commit
b795ca81f1
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user