mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
daab48aaf5
commit
e5dc89a58b
4 changed files with 26 additions and 8 deletions
|
|
@ -174,7 +174,7 @@ def app_client_no_files():
|
|||
@pytest.fixture(scope="session")
|
||||
def app_client_two_attached_databases():
|
||||
yield from make_app_client(
|
||||
extra_databases={"extra_database.db": EXTRA_DATABASE_SQL}
|
||||
extra_databases={"extra database.db": EXTRA_DATABASE_SQL}
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -188,7 +188,7 @@ def app_client_conflicting_database_names():
|
|||
@pytest.fixture(scope="session")
|
||||
def app_client_two_attached_databases_one_immutable():
|
||||
yield from make_app_client(
|
||||
is_immutable=True, extra_databases={"extra_database.db": EXTRA_DATABASE_SQL}
|
||||
is_immutable=True, extra_databases={"extra database.db": EXTRA_DATABASE_SQL}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue