mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Rename config= to settings=, refs #1432
This commit is contained in:
parent
77f46297a8
commit
ca4f83dc7b
10 changed files with 35 additions and 33 deletions
|
|
@ -14,7 +14,7 @@ def custom_pages_client():
|
|||
@pytest.fixture(scope="session")
|
||||
def custom_pages_client_with_base_url():
|
||||
with make_app_client(
|
||||
template_dir=TEST_TEMPLATE_DIRS, config={"base_url": "/prefix/"}
|
||||
template_dir=TEST_TEMPLATE_DIRS, settings={"base_url": "/prefix/"}
|
||||
) as client:
|
||||
yield client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue