Skip to content

Commit c70be85

Browse files
committed
chore: fix pypy build
1 parent a67cddb commit c70be85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/flask/test_flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_has_context(app):
3434
@app.route('/')
3535
def index():
3636
with configure_scope() as scope:
37-
assert scope._data['transaction'] is 'index'
37+
assert scope._data['transaction'] == 'index'
3838
assert scope._data['request']['data'] == ''
3939
assert scope._data['request']['url'] == 'http://localhost/'
4040

0 commit comments

Comments
 (0)