mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test for anonymous: true, refs #825
This commit is contained in:
parent
5a6a73e319
commit
eb3ec279be
1 changed files with 1 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ def test_multi_params(data, should_raise):
|
|||
[
|
||||
({"id": "root"}, None, True),
|
||||
({"id": "root"}, {}, False),
|
||||
({"anonymous": True}, {"anonymous": True}, True),
|
||||
(None, None, True),
|
||||
(None, {}, False),
|
||||
(None, {"id": "root"}, False),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue