We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58f9a5 commit 71869d4Copy full SHA for 71869d4
tests/ext/sqlalchemy_core/test_postgres.py
@@ -59,7 +59,7 @@ def test_all(session, sanitized_db_url):
59
assert sql_meta['sanitized_query'].endswith('FROM users')
60
61
62
-def test_insert_on_conflict_renders(self, connection):
+def test_insert_on_conflict_renders(connection):
63
statement = pg_insert(User).values(name='John', fullname="John Doe", password='123456')
64
statement = statement.on_conflict_do_nothing()
65
0 commit comments