mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Do not allow downloads of mutable databases - closes #474
This commit is contained in:
parent
88976d6cd6
commit
f4eefdf193
4 changed files with 35 additions and 25 deletions
|
|
@ -107,11 +107,6 @@ def app_client_two_attached_databases_one_immutable():
|
|||
)
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client_with_memory():
|
||||
yield from make_app_client(memory=True)
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client_with_hash():
|
||||
yield from make_app_client(config={"hash_urls": True}, is_immutable=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue