Add noteableType to mock data object

This commit is contained in:
Kushal Pandya 2018-04-05 14:57:22 +05:30
parent a983583ae8
commit 7544a555aa

View file

@ -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';