chore: fix format

pull/21480/head
Harry 11 months ago
parent 8b3d570f29
commit e3757df29c

@ -1,7 +1,8 @@
import json
from werkzeug import Request
from werkzeug.datastructures import Headers
from werkzeug.test import EnvironBuilder
import json
from core.plugin.impl.oauth import OAuthHandler
@ -71,4 +72,4 @@ def test_oauth_convert_request_to_raw_data_with_json_body():
assert b"\r\n\r\n" in raw_request_bytes
assert b'"code": "abc123"' in raw_request_bytes
assert b'"state": "xyz789"' in raw_request_bytes
assert b'"grant_type": "authorization_code"' in raw_request_bytes
assert b'"grant_type": "authorization_code"' in raw_request_bytes

Loading…
Cancel
Save