mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Stop using plugin-example.com, closes #1074
This commit is contained in:
parent
84bc7244c1
commit
bf18b9ba17
4 changed files with 15 additions and 15 deletions
|
|
@ -1454,7 +1454,7 @@ def test_base_url_config(app_client_base_url_prefix, path):
|
|||
"https://github.com/simonw/datasette/blob/master/tests/fixtures.py",
|
||||
"/login-as-root", # Only used for the latest.datasette.io demo
|
||||
}
|
||||
and not href.startswith("https://plugin-example.com/")
|
||||
and not href.startswith("https://plugin-example.datasette.io/")
|
||||
):
|
||||
# If this has been made absolute it may start http://localhost/
|
||||
if href.startswith("http://localhost/"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue