sanic-org / sanic-testing

Test clients for Sanic
https://sanic.dev/en/plugins/sanic-testing/getting-started.html
MIT License
31 stars 19 forks source link

Add `raw_path` to ASGI scope of test client. #64

Closed Tronic closed 1 year ago

Tronic commented 1 year ago

The unquoted path property is problematic, thus ASGI and all clients (it would seem) added a raw_path property that does not decode or unquote the path.