Fix merge conflicts
This commit is contained in:
parent
62cd6a43f2
commit
a5f6fddbdb
|
@ -239,7 +239,7 @@ describe("/api/global/scim/v2/users", () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it("an event is dispatched", async () => {
|
it("an event is dispatched", async () => {
|
||||||
const body = createScimCreateUserRequest()
|
const body = structures.scim.createUserRequest()
|
||||||
|
|
||||||
await postScimUser({ body })
|
await postScimUser({ body })
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue