mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black, refs #1305
This commit is contained in:
parent
80d8b0eb41
commit
d5d387abfe
1 changed files with 1 additions and 7 deletions
|
|
@ -1692,13 +1692,7 @@ def test_unavailable_table_does_not_break_sort_relationships():
|
||||||
with make_app_client(
|
with make_app_client(
|
||||||
metadata={
|
metadata={
|
||||||
"databases": {
|
"databases": {
|
||||||
"fixtures": {
|
"fixtures": {"tables": {"foreign_key_references": {"allow": False}}}
|
||||||
"tables": {
|
|
||||||
"foreign_key_references": {
|
|
||||||
"allow": False
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
) as client:
|
) as client:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue