mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Ran Black, refs #1959
This commit is contained in:
parent
42a66c2f04
commit
e70974a4f1
2 changed files with 24 additions and 14 deletions
|
|
@ -407,7 +407,7 @@ async def test_permissions_debug(ds_client):
|
|||
],
|
||||
)
|
||||
async def test_allow_debug(ds_client, actor, allow, expected_fragment):
|
||||
response = await ds_client.get(
|
||||
response = await ds_client.get(
|
||||
"/-/allow-debug?" + urllib.parse.urlencode({"actor": actor, "allow": allow})
|
||||
)
|
||||
assert response.status_code == 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue