mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove load_plugin hook - closes #1073
Refs #1042
This reverts commit 81dea4b07a.
This commit is contained in:
parent
a2a7090720
commit
f0a740ac21
8 changed files with 11 additions and 73 deletions
|
|
@ -801,8 +801,3 @@ def test_hook_table_actions(app_client):
|
|||
{"label": "Database: fixtures", "href": "/"},
|
||||
{"label": "Table: facetable", "href": "/"},
|
||||
]
|
||||
|
||||
|
||||
def test_hook_load_template(app_client):
|
||||
response = app_client.get("/-/databases?_special=1")
|
||||
assert response.text == "<h1>Special show_json: databases.json</h1>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue