Skip to content

Commit a9ab04f

Browse files
Clean up transaction context manager test comments
Remove bug investigation comments from the endpoint since the issue is now resolved and the test is part of the E2E suite.
1 parent 2449d40 commit a9ab04f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • drift/instrumentation/psycopg/e2e-tests/src

drift/instrumentation/psycopg/e2e-tests/src/app.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,10 +777,7 @@ def test_null_values():
777777

778778
@app.route("/test/transaction-context")
779779
def test_transaction_context():
780-
"""Test conn.transaction() context manager.
781-
782-
BUG INVESTIGATION: Explicit transaction context manager may not work correctly.
783-
"""
780+
"""Test conn.transaction() context manager."""
784781
try:
785782
results = []
786783
with psycopg.connect(get_conn_string()) as conn:

0 commit comments

Comments
 (0)