mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Updated settings help URL to avoid redirect
This commit is contained in:
parent
714b4df1b1
commit
ab7d6a7179
4 changed files with 5 additions and 4 deletions
|
|
@ -155,7 +155,7 @@ def test_sql_time_limit(app_client_shorter_time_limit):
|
|||
response = app_client_shorter_time_limit.get("/fixtures?sql=select+sleep(0.5)")
|
||||
assert 400 == response.status
|
||||
expected_html_fragment = """
|
||||
<a href="https://docs.datasette.io/en/stable/config.html#sql-time-limit-ms">sql_time_limit_ms</a>
|
||||
<a href="https://docs.datasette.io/en/stable/settings.html#sql-time-limit-ms">sql_time_limit_ms</a>
|
||||
""".strip()
|
||||
assert expected_html_fragment in response.text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue