Fix merge conflicts

This commit is contained in:
adrinr 2023-03-24 17:00:56 +00:00
parent 62cd6a43f2
commit a5f6fddbdb
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ describe("/api/global/scim/v2/users", () => {
})
it("an event is dispatched", async () => {
const body = createScimCreateUserRequest()
const body = structures.scim.createUserRequest()
await postScimUser({ body })