fix(server): various fixes related to subs + further improved utils + way quicker tests (#3573)
* fixed test util throwing + added new tests * more tests * more tests * various model tests * version tests * removed shitty old tests * lint fix * workspaceProjectsUpdated test * workspace updated on invite * workspace subs support team changes * tests fix * test fix hopefully?
This commit is contained in:
committed by
GitHub
parent
75d2372719
commit
51579b76ef
@@ -835,7 +835,8 @@ export = FF_WORKSPACES_MODULE_ENABLED
|
||||
deleteInvite: deleteInviteFactory({ db }),
|
||||
validateResourceAccess: validateWorkspaceInviteBeforeFinalizationFactory({
|
||||
getWorkspace: getWorkspaceFactory({ db })
|
||||
})
|
||||
}),
|
||||
emitEvent: getEventBus().emit
|
||||
})
|
||||
|
||||
await cancelInvite({
|
||||
|
||||
Reference in New Issue
Block a user