mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
/-/databases and homepage maintain connection order, closes #1216
This commit is contained in:
parent
03b35d70e2
commit
807de378d0
4 changed files with 7 additions and 6 deletions
|
|
@ -1918,7 +1918,7 @@ def test_database_with_space_in_name(app_client_two_attached_databases, path):
|
|||
|
||||
def test_common_prefix_database_names(app_client_conflicting_database_names):
|
||||
# https://github.com/simonw/datasette/issues/597
|
||||
assert ["fixtures", "foo", "foo-bar"] == [
|
||||
assert ["foo-bar", "foo", "fixtures"] == [
|
||||
d["name"]
|
||||
for d in app_client_conflicting_database_names.get("/-/databases.json").json
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue