-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix skipped user-functions tests (#6838)
* Fixed skipped user-functions tests - The skipped tests in db/functions appear to work fine now. - The functionsapitest failures were due to inadvertently enabling "admin party" when the intent was for the guest user not to have channel access; fixed that in the config. - There was another failure in TestJSFunctionAsGuest due to reversed order of args in assert.Contains. * Make function_test.go use db.SetupTestDBWithOptions ...instead of its own copy of the identical code.
- Loading branch information
Showing
2 changed files
with
14 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters