Test for Permission denied - need alter-table

pull/2266/head
Simon Willison 2024-02-08 12:35:12 -08:00
rodzic 574687834f
commit b5ccc4d608
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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