update pre-commit hooks
This commit is contained in:
parent
d5e321b792
commit
0a8735404d
7 changed files with 13 additions and 20 deletions
|
|
@ -176,7 +176,7 @@ def test_jsonify_aware_datetimes(tz):
|
|||
def test_jsonify_uuid_types(app, client):
|
||||
"""Test jsonify with uuid.UUID types"""
|
||||
|
||||
test_uuid = uuid.UUID(bytes=b"\xDE\xAD\xBE\xEF" * 4)
|
||||
test_uuid = uuid.UUID(bytes=b"\xde\xad\xbe\xef" * 4)
|
||||
url = "/uuid_test"
|
||||
app.add_url_rule(url, url, lambda: flask.jsonify(x=test_uuid))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue