mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black, refs #2278
This commit is contained in:
parent
26300738e3
commit
28bf3a933f
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ async def test_permissions_debug(ds_client):
|
|||
for fragment in (
|
||||
'<select name="permission" id="permission">',
|
||||
'<option value="view-instance">view-instance (default True)</option>',
|
||||
'<option value="insert-row">insert-row (default False)</option>',
|
||||
'<option value="insert-row">insert-row (default False)</option>',
|
||||
):
|
||||
assert fragment in response.text
|
||||
# Should show one failure and one success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue