You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be more consistent to allow it working with yarl.URL. Eg because reversing url by app.route returns it. But now it can't because of assert path.startswith('/') in TestServer.make_url() method here.
The text was updated successfully, but these errors were encountered:
I think it would be more consistent to allow it working with
yarl.URL
. Eg because reversing url byapp.route
returns it. But now it can't because ofassert path.startswith('/')
inTestServer.make_url()
method here.The text was updated successfully, but these errors were encountered: