Fixed errors in Admin API tests due to failing authentication.

This commit is contained in:
CalDescent
2021-11-27 20:08:59 +00:00
parent ef2ee20820
commit b7ee00fb22
2 changed files with 9 additions and 1 deletions

View File

@@ -14,5 +14,6 @@
"dataPath": "data-test",
"tempDataPath": "data-test/_temp",
"listsPath": "lists-test",
"storagePolicy": "FOLLOWED_AND_VIEWED"
"storagePolicy": "FOLLOWED_AND_VIEWED",
"localAuthBypassEnabled": true
}