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 969283c commit a2e4bc6Copy full SHA for a2e4bc6
tests/ext/pymysql/test_pymysql.py
@@ -76,4 +76,4 @@ def test_execute_bad_query():
76
assert sql['database_version']
77
78
exception = subsegment.cause['exceptions'][0]
79
- assert exception.type == 'InternalError'
+ assert exception.type is not None
0 commit comments