Commit 518835f7 authored by Imre Farkas's avatar Imre Farkas

Spec to ensure `_ids` are cleaned by ImportExport::AttributeCleaner

parent 70f684b5
---
title: Ensure are cleaned by ImportExport::AttributeCleaner
merge_request:
author:
type: security
......@@ -24,7 +24,10 @@ describe Gitlab::ImportExport::AttributeCleaner do
'_html' => '<p>perfectly ordinary html</p>',
'cached_markdown_version' => 12345,
'group_id' => 99,
'commit_id' => 99
'commit_id' => 99,
'issue_ids' => [1, 2, 3],
'merge_request_ids' => [1, 2, 3],
'note_ids' => [1, 2, 3]
}
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment