mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run black formatter
This commit is contained in:
parent
b5f41772ca
commit
60a38cee85
14 changed files with 222 additions and 80 deletions
|
|
@ -121,7 +121,9 @@ async def test_datasette_check_visibility(
|
|||
):
|
||||
ds = Datasette([], memory=True, config=config)
|
||||
await ds.invoke_startup()
|
||||
visible, private = await ds.check_visibility(actor, action=action, resource=resource)
|
||||
visible, private = await ds.check_visibility(
|
||||
actor, action=action, resource=resource
|
||||
)
|
||||
assert visible == should_allow
|
||||
assert private == expected_private
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue