sforkowany z mirror/soapbox
Fix test
rodzic
3a2b4c6efb
commit
e6252070a6
|
@ -53,7 +53,7 @@ describe('useGroupsPath()', () => {
|
||||||
describe('when the user has groups', () => {
|
describe('when the user has groups', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
__stub((mock) => {
|
__stub((mock) => {
|
||||||
mock.onGet('/api/v1/groups?q=').reply(200, [
|
mock.onGet('/api/v1/groups').reply(200, [
|
||||||
buildGroup({
|
buildGroup({
|
||||||
display_name: 'Group',
|
display_name: 'Group',
|
||||||
id: '1',
|
id: '1',
|
||||||
|
|
Ładowanie…
Reference in New Issue