mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Redirect /-/config to /-/settings, closes #1103
This commit is contained in:
parent
3159263f05
commit
2a3d5b720b
7 changed files with 43 additions and 14 deletions
|
|
@ -86,7 +86,7 @@ def test_metadata(config_dir_client):
|
|||
|
||||
|
||||
def test_config(config_dir_client):
|
||||
response = config_dir_client.get("/-/config.json")
|
||||
response = config_dir_client.get("/-/settings.json")
|
||||
assert 200 == response.status
|
||||
assert 60 == response.json["default_cache_ttl"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue