fix test call

This commit is contained in:
Zack Knight 2025-04-18 16:30:16 -04:00 committed by Justin Dalrymple
parent 49811ab4dc
commit 30a615cdf8

View File

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