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 a67cddb commit c70be85Copy full SHA for c70be85
1 file changed
tests/integrations/flask/test_flask.py
@@ -34,7 +34,7 @@ def test_has_context(app):
34
@app.route('/')
35
def index():
36
with configure_scope() as scope:
37
- assert scope._data['transaction'] is 'index'
+ assert scope._data['transaction'] == 'index'
38
assert scope._data['request']['data'] == ''
39
assert scope._data['request']['url'] == 'http://localhost/'
40
0 commit comments