We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cb69b commit 98087bdCopy full SHA for 98087bd
tests/ext/pymysql/test_pymysql.py
@@ -47,7 +47,7 @@ def test_execute_dsn_kwargs():
47
sql = subsegment.sql
48
assert sql['database_type'] == 'MySQL'
49
assert sql['user'] == dsn['user']
50
- assert sql['driver_version'] == 'PyMySql'
+ assert sql['driver_version'] == 'PyMySQL'
51
assert sql['database_version']
52
53
@@ -72,7 +72,7 @@ def test_execute_bad_query():
72
73
74
75
76
77
78
exception = subsegment.cause['exceptions'][0]
0 commit comments