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
|
|
@ -351,7 +351,7 @@ async def test_json_array_with_blanks_and_nulls():
|
|||
|
||||
@pytest.mark.asyncio
|
||||
async def test_facet_size():
|
||||
ds = Datasette([], memory=True, config={"max_returned_rows": 50})
|
||||
ds = Datasette([], memory=True, settings={"max_returned_rows": 50})
|
||||
db = ds.add_database(Database(ds, memory_name="test_facet_size"))
|
||||
await db.execute_write(
|
||||
"create table neighbourhoods(city text, neighbourhood text)", block=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue