mirror of
https://github.com/simonw/dclient.git
synced 2026-09-09 18:14:10 +02:00
Tests now use Datasette 1.0a25+
This commit is contained in:
parent
ebb8268d51
commit
9b03289e3a
2 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ dev = [
|
|||
"pytest-httpx",
|
||||
"cogapp",
|
||||
"pytest-mock",
|
||||
"datasette>=1.0a2",
|
||||
"datasette>=1.0a25",
|
||||
]
|
||||
|
||||
[tool.uv.build-backend]
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ async def test_insert_against_datasette(
|
|||
"insert into table1 (a, b, c) values (1, 2, 3), (4, 5, 6)"
|
||||
)
|
||||
|
||||
token = ds.create_token("actor")
|
||||
token = await ds.create_token("actor")
|
||||
|
||||
# These are useful with pytest --pdb to see what happened
|
||||
datasette_requests = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue