mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Renamed ?_sql_time_limit_ms= to ?_timelimit, closes #242
This commit is contained in:
parent
a4cc5dc813
commit
349e262bb1
4 changed files with 8 additions and 8 deletions
|
|
@ -269,7 +269,7 @@ def test_custom_sql_time_limit(app_client):
|
|||
)
|
||||
assert 200 == response.status
|
||||
response = app_client.get(
|
||||
'/test_tables.json?sql=select+sleep(0.01)&_sql_time_limit_ms=5',
|
||||
'/test_tables.json?sql=select+sleep(0.01)&_timelimit=5',
|
||||
gather_request=False
|
||||
)
|
||||
assert 400 == response.status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue