mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 22:56:58 +02:00
Delete unnecessary test
This commit is contained in:
parent
6eee6c81e8
commit
f0b59971f7
1 changed files with 0 additions and 7 deletions
|
|
@ -169,13 +169,6 @@ def test_analyze_attached_database_tables(conn):
|
|||
}
|
||||
|
||||
|
||||
def test_analyze_invalid_sql_cleans_up_authorizer(conn):
|
||||
with pytest.raises(sqlite3.OperationalError):
|
||||
analyze_sql_tables(conn, "insert into missing_table values (1)")
|
||||
|
||||
conn.execute("select name from dogs").fetchall()
|
||||
|
||||
|
||||
def test_analyze_clears_authorizer_on_error():
|
||||
class FakeConnection:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue