Skip to content

Commit 7d42bc3

Browse files
committed
Remove assertion that shouldn't be there because it won't be set in that code path
1 parent 78009c0 commit 7d42bc3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/asyncpg/test_asyncpg.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ async def test_query_source_enabled(
554554
assert SPANDATA.CODE_NAMESPACE in data
555555
assert SPANDATA.CODE_FILEPATH in data
556556
assert SPANDATA.CODE_FUNCTION in data
557-
assert data.get(SPANDATA.DB_DRIVER_NAME) == "asyncpg"
558557

559558

560559
@pytest.mark.asyncio

0 commit comments

Comments
 (0)