mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Update plugin tests, refs #834
This commit is contained in:
parent
ae99af2536
commit
d60bd6ad13
2 changed files with 2 additions and 0 deletions
|
|
@ -127,4 +127,5 @@ def startup(datasette):
|
|||
async def inner():
|
||||
result = await datasette.get_database().execute("select 1 + 1")
|
||||
datasette._startup_hook_calculation = result.first()[0]
|
||||
|
||||
return inner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue