@budibase/worker 3.11.2 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/worker",
|
|
3
3
|
"email": "hi@budibase.com",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.12.1",
|
|
5
5
|
"description": "Budibase background service",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"repository": {
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "ddbf7f3d2ba1a57923aff162a8bfb737f37eec20"
|
|
127
127
|
}
|
|
@@ -839,9 +839,8 @@ describe("scim", () => {
|
|
|
839
839
|
|
|
840
840
|
it("creating an external group that conflicts an internal one syncs the existing group", async () => {
|
|
841
841
|
const groupToSave = structures.userGroups.userGroup()
|
|
842
|
-
const { body: internalGroup } =
|
|
843
|
-
groupToSave
|
|
844
|
-
)
|
|
842
|
+
const { body: internalGroup } =
|
|
843
|
+
await config.api.groups.saveGroup(groupToSave)
|
|
845
844
|
|
|
846
845
|
const scimGroupData = {
|
|
847
846
|
externalId: structures.uuid(),
|