mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Address PrefixedUrlString bug in #1075
This commit is contained in:
parent
bf18b9ba17
commit
a4ca26a265
6 changed files with 16 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ def test_serve_with_get_exit_code_for_error(tmp_path_factory):
|
|||
"--get",
|
||||
"/this-is-404",
|
||||
],
|
||||
catch_exceptions=False,
|
||||
)
|
||||
assert result.exit_code == 1
|
||||
assert "404" in result.output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue