fix worker test
This commit is contained in:
parent
32a5ce24ec
commit
a7722bccc0
|
@ -560,6 +560,7 @@ describe("/api/global/users", () => {
|
||||||
|
|
||||||
it("if user ssoId is already assigned, no change will be applied", async () => {
|
it("if user ssoId is already assigned, no change will be applied", async () => {
|
||||||
const user = await createSSOUser()
|
const user = await createSSOUser()
|
||||||
|
user.ssoId = "testssoId"
|
||||||
await config.api.users
|
await config.api.users
|
||||||
.addSsoSupportInternalAPIAuth(user.ssoId, user.email)
|
.addSsoSupportInternalAPIAuth(user.ssoId, user.email)
|
||||||
.expect(200)
|
.expect(200)
|
||||||
|
|
Loading…
Reference in New Issue