mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test for Permission denied - need alter-table
This commit is contained in:
parent
574687834f
commit
b5ccc4d608
1 changed files with 1 additions and 1 deletions
|
|
@ -1377,7 +1377,7 @@ async def test_create_uses_alter_by_default_for_new_table(ds_write):
|
|||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize("has_alter_permission", (True,)) # False))
|
||||
@pytest.mark.parametrize("has_alter_permission", (True, False))
|
||||
async def test_create_using_alter_against_existing_table(
|
||||
ds_write, has_alter_permission
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue