mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
Fixed a test I broke
This commit is contained in:
parent
21a79b34b8
commit
c73ed1ee4e
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ async def test_debug_menu_items_are_in_jump_for_debug_menu_permission():
|
|||
}
|
||||
assert all(descriptions_by_name.values())
|
||||
assert descriptions_by_name["Databases"] == (
|
||||
"Inspect the databases, tables, views and columns known to this Datasette instance."
|
||||
"List of databases known to this Datasette instance"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue