--cors for /name.db downloads, refs #1057

This commit is contained in:
Simon Willison 2020-10-27 13:39:07 -07:00
commit c3aba4aa98
4 changed files with 19 additions and 5 deletions

View file

@ -227,7 +227,7 @@ def app_client_with_dot():
@pytest.fixture(scope="session")
def app_client_with_cors():
with make_app_client(cors=True) as client:
with make_app_client(is_immutable=True, cors=True) as client:
yield client