提交 f1a3eff8 编写于 作者: P Phil Hughes 提交者: André Luís

Fixed utils spec

上级 78f64e83
......@@ -136,7 +136,7 @@ describe('DiffsStoreUtils', () => {
note_project_id: '',
target_type: options.noteableType,
target_id: options.noteableData.id,
return_discussion: 'true',
return_discussion: true,
note: {
noteable_type: options.noteableType,
noteable_id: options.noteableData.id,
......@@ -195,6 +195,7 @@ describe('DiffsStoreUtils', () => {
note_project_id: '',
target_type: options.noteableType,
target_id: options.noteableData.id,
return_discussion: true,
note: {
noteable_type: options.noteableType,
noteable_id: options.noteableData.id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册