You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Raised calnet error when it returns an unexpected response,
3
-
# e.g. missing email value because of the schema attribute name changed unexpected by Calnet from 'berkeleyEduAlternateId' to 'berkeleyEduAlternateID' .
2
+
# Raised calnet error when it returns an unexpected response, such as missing expected attributes
Copy file name to clipboardExpand all lines: spec/models/user_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
'berkeleyEduCSID'=>'expected cs id',
30
30
'berkeleyEduIsMemberOf'=>[],
31
31
'berkeleyEduUCPathID'=>'expected UC Path ID',
32
-
'berkeleyEduAlternatid'=>'expected email',# intentionally wrong case to simulate renamed attribute: berkeleyEduAlternatid instead of berkeleyEduAlternateID
32
+
'berkeleyEduAlternatid'=>'expected email',# intentionally wrong case to simulate wrong attribute
0 commit comments