[CST-5738] add special group with mock & test cases.

This commit is contained in:
Pratik Rajkotiya
2022-04-27 19:10:44 +05:30
parent 45887154b6
commit da5d540668
7 changed files with 123 additions and 1 deletions

View File

@@ -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 {