Fixes tests.
This commit is contained in:
parent
b3f3df69c6
commit
321a0dc597
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class SCIMUser {
|
||||||
$SCIMUser['externalId'] = $externalId;
|
$SCIMUser['externalId'] = $externalId;
|
||||||
}
|
}
|
||||||
if ($email !== null) {
|
if ($email !== null) {
|
||||||
$SCIMUser['email'] = [ // todo if no emails
|
$SCIMUser['emails'] = [ // todo if no emails
|
||||||
[
|
[
|
||||||
'primary' => true,
|
'primary' => true,
|
||||||
'value' => $email
|
'value' => $email
|
||||||
|
|
Loading…
Reference in a new issue