add new line

This commit is contained in:
Arthur Passos 2024-09-02 10:45:37 -03:00
parent 15a67f10dc
commit 0bf95655aa

View File

@ -39,6 +39,7 @@ def cleanup_after_test():
instance.query("DROP TABLE IF EXISTS test.view_1, test.view_2, default.table")
def test_smoke():
instance.query("CREATE USER A")
assert "Not enough privileges" in instance.query_and_get_error(