develop^2
Chewbacca 2023-03-28 09:46:55 -04:00
rodzic 3a2b4c6efb
commit e6252070a6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ describe('useGroupsPath()', () => {
describe('when the user has groups', () => {
beforeEach(() => {
__stub((mock) => {
mock.onGet('/api/v1/groups?q=').reply(200, [
mock.onGet('/api/v1/groups').reply(200, [
buildGroup({
display_name: 'Group',
id: '1',