Stop using plugin-example.com, closes #1074

This commit is contained in:
Simon Willison 2020-10-31 12:47:42 -07:00
commit bf18b9ba17
4 changed files with 15 additions and 15 deletions

View file

@ -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/"):