Linting fixups

This commit is contained in:
Leigh Morresi
2021-02-21 14:21:14 +01:00
parent 22bc8fabd1
commit 63eea2d6db
4 changed files with 32 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ def app(request):
app_config = {'datastore_path': datastore_path}
datastore = store.ChangeDetectionStore(datastore_path=app_config['datastore_path'])
datastore = store.ChangeDetectionStore(datastore_path=app_config['datastore_path'], include_default_watches=False)
app = changedetection_app(app_config, datastore)
# Establish an application context before running the tests.