mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Standardize on 'query string', not 'querystring', in docs
The request property is request.query_string so this is more consistent.
This commit is contained in:
parent
649f48cd70
commit
ef2ecc1b89
12 changed files with 30 additions and 30 deletions
|
|
@ -233,7 +233,7 @@ def test_add_filter_redirects(app_client):
|
|||
assert response.status == 302
|
||||
assert response.headers["Location"].endswith("?content__startswith=x")
|
||||
|
||||
# Adding a redirect to an existing querystring:
|
||||
# Adding a redirect to an existing query string:
|
||||
path = path_base + "?foo=bar&" + filter_args
|
||||
response = app_client.get(path, allow_redirects=False)
|
||||
assert response.status == 302
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue