mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
[CST-5738] add special group with mock & test cases.
This commit is contained in:
@@ -34,6 +34,9 @@ export class AuthRequestServiceStub {
|
||||
},
|
||||
eperson: {
|
||||
href: this.mockUser._links.self.href
|
||||
},
|
||||
specialGroups: {
|
||||
href: this.mockUser._links.self.href
|
||||
}
|
||||
};
|
||||
} else {
|
||||
@@ -62,6 +65,9 @@ export class AuthRequestServiceStub {
|
||||
},
|
||||
eperson: {
|
||||
href: this.mockUser._links.self.href
|
||||
},
|
||||
specialGroups: {
|
||||
href: this.mockUser._links.self.href
|
||||
}
|
||||
};
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user