diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-05-10 22:58:47 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-05-26 11:36:49 -0500 |
commit | 20bd76da27b191badd5402fd734b8b263d38bed1 (patch) | |
tree | 8f93fed537acaf7d88b6b9f7589707d50c033443 /spec/javascripts/notes_spec.js | |
parent | 8e2fefc6c44fc3c6140e5cbc4b56c58c90dc07f3 (diff) | |
download | gitlab-ce-20bd76da27b191badd5402fd734b8b263d38bed1.tar.gz |
Fix up some notes tech debtfix-up-notes-technical-debt
Fix up tech debt comments from @jschatz1
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757436
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757905
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28757952
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10837#note_28758013
Diffstat (limited to 'spec/javascripts/notes_spec.js')
-rw-r--r-- | spec/javascripts/notes_spec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/notes_spec.js b/spec/javascripts/notes_spec.js index 025f08ee332..04cf0fe2bf8 100644 --- a/spec/javascripts/notes_spec.js +++ b/spec/javascripts/notes_spec.js @@ -128,7 +128,6 @@ import '~/notes'; beforeEach(() => { note = { id: 1, - discussion_html: null, valid: true, note: 'heya', html: '<div>heya</div>', |