@@ -221,12 +221,14 @@ private function profileAndTokenResponseFixture()
221221 "idp_id " => "randomalphanum " ,
222222 "role " => new RoleResponse ("admin " ),
223223 "groups " => array ("Admins " , "Developers " ),
224+ "custom_attributes " => array ("license " => "professional " ),
224225 "raw_attributes " => array (
225226226227 "first_name " => "hen " ,
227228 "last_name " => "cha " ,
228229 "ipd_id " => "randomalphanum " ,
229- "groups " => array ("Admins " , "Developers " )
230+ "groups " => array ("Admins " , "Developers " ),
231+ "license " => "professional "
230232 )
231233 ]
232234 ]);
@@ -245,13 +247,15 @@ private function profileFixture()
245247 "idpId " => "randomalphanum " ,
246248 "role " => new RoleResponse ("admin " ),
247249 "groups " => array ("Admins " , "Developers " ),
250+ "customAttributes " => array ("license " => "professional " ),
248251 "rawAttributes " => array (
249252250253 "first_name " => "hen " ,
251254 "last_name " => "cha " ,
252255 "ipd_id " => "randomalphanum " ,
253- "groups " => array ("Admins " , "Developers " )
254- )
256+ "groups " => array ("Admins " , "Developers " ),
257+ "license " => "professional "
258+ ),
255259 ];
256260 }
257261
0 commit comments