mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
fix test call
This commit is contained in:
parent
49811ab4dc
commit
30a615cdf8
@ -52,7 +52,7 @@ describe('Projects.allGroups', () => {
|
||||
});
|
||||
|
||||
describe('Projects.allSharedGroups', () => {
|
||||
it('should request GET /projects/2/groups', async () => {
|
||||
it('should request GET /projects/2/invited_groups', async () => {
|
||||
await service.allSharedGroups(2);
|
||||
|
||||
expect(RequestHelper.get()).toHaveBeenCalledWith(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user