Test --load-extension in GitHub Actions (#1792)

* Run the --load-extension test, refs #1789
* Ran cog, refs #1789
This commit is contained in:
Simon Willison 2022-08-23 17:11:45 -07:00 committed by GitHub
commit ba35105eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -36,7 +36,7 @@ def test_homepage(app_client):
# 4 hidden FTS tables + no_primary_key (hidden in metadata)
assert d["hidden_tables_count"] == 6
# 201 in no_primary_key, plus 6 in other hidden tables:
assert d["hidden_table_rows_sum"] == 207
assert d["hidden_table_rows_sum"] == 207, response.json
assert d["views_count"] == 4