Skip to content

Commit

Permalink
Test for Permission denied - need alter-table
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 8, 2024
1 parent d5454fe commit 75362fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit 75362fc

Please sign in to comment.