Fix tests
This commit is contained in:
parent
e662e8febe
commit
247f44ac32
|
@ -56,7 +56,11 @@ describe("scim", () => {
|
|||
})
|
||||
|
||||
expect(response).toEqual({
|
||||
message: "SCIM is not enabled",
|
||||
error: {
|
||||
code: "feature_disabled",
|
||||
featureName: "scim",
|
||||
},
|
||||
message: "scim is not currently enabled",
|
||||
status: 400,
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue