Add noteableType to mock data object
This commit is contained in:
parent
a983583ae8
commit
7544a555aa
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export const noteableDataMock = {
|
|||
updated_at: '2017-08-04T09:53:01.226Z',
|
||||
updated_by_id: 1,
|
||||
web_url: '/gitlab-org/gitlab-ce/issues/26',
|
||||
noteableType: 'issue',
|
||||
};
|
||||
|
||||
export const lastFetchedAt = '1501862675';
|
||||
|
|
Loading…
Reference in a new issue