refactor SAMLController to use async throughout
GitOrigin-RevId: dafd76042f460cd34596c8c9023e2378145105e8
This commit is contained in:
@@ -9,8 +9,7 @@ describe('SAMLIdentityManager', function() {
|
||||
this.Errors = {
|
||||
EmailExistsError: sinon.stub(),
|
||||
NotFoundError: sinon.stub(),
|
||||
SAMLIdentityExistsError: sinon.stub(),
|
||||
SAMLUserNotFoundError: sinon.stub()
|
||||
SAMLIdentityExistsError: sinon.stub()
|
||||
}
|
||||
this.user = {
|
||||
_id: 'user-id-1',
|
||||
|
||||
Reference in New Issue
Block a user