mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 05:26:59 +02:00
Rename _schemas to _internal, closes #1156
This commit is contained in:
parent
ebc7aa287c
commit
dcdfb2c301
7 changed files with 42 additions and 51 deletions
|
|
@ -293,7 +293,7 @@ def test_hook_extra_body_script(app_client, path, expected_extra_body_script):
|
|||
|
||||
def test_hook_asgi_wrapper(app_client):
|
||||
response = app_client.get("/fixtures")
|
||||
assert "_schemas, fixtures" == response.headers["x-databases"]
|
||||
assert "_internal, fixtures" == response.headers["x-databases"]
|
||||
|
||||
|
||||
def test_hook_extra_template_vars(restore_working_directory):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue