Test for Permission denied - need alter-table

This commit is contained in:
Simon Willison 2024-02-08 12:35:12 -08:00
commit b5ccc4d608

View file

@ -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
):