Removed localAuthBypassEnabled override in unit tests.

Hopefully this will allow us to proactively catch any missing API keys in the future.
This commit is contained in:
CalDescent
2022-01-23 12:48:37 +00:00
parent ea10eec926
commit ff6ec83b1c
2 changed files with 7 additions and 3 deletions

View File

@@ -15,6 +15,5 @@
"tempDataPath": "data-test/_temp",
"listsPath": "lists-test",
"storagePolicy": "FOLLOWED_OR_VIEWED",
"maxStorageCapacity": 104857600,
"localAuthBypassEnabled": true
"maxStorageCapacity": 104857600
}