Skip to content

Commit

Permalink
fix Adam's CR
Browse files Browse the repository at this point in the history
  • Loading branch information
saartochner-lumigo committed Oct 3, 2023
1 parent cb698c4 commit e603fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/integration/psycopg2/tests/test_psycopg2.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def test_psycopg2_create_add_select(self):
"INSERT INTO users"
)
)
print(insert_user_span["attributes"]["db.statement.parameters"])
self.assertIn(
f"('{test_name}', '{test_email}')",
insert_user_span["attributes"]["db.statement.parameters"],
Expand Down

0 comments on commit e603fe6

Please sign in to comment.