diff --git a/test/fixtures/schema.sql b/test/fixtures/schema.sql index 1185516d6..0c831cfe5 100644 --- a/test/fixtures/schema.sql +++ b/test/fixtures/schema.sql @@ -572,7 +572,6 @@ SET search_path = "1", pg_catalog; REVOKE ALL ON TABLE authors_only FROM dbapi_test_author; GRANT ALL ON TABLE authors_only TO dbapi_test_author; -GRANT ALL ON TABLE authors_only TO author; --