Skip to content
Snippets Groups Projects
Commit 4301a56d authored by Imre (Admin)'s avatar Imre (Admin)
Browse files

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

parent 40519cc1
No related branches found
No related tags found
No related merge requests found
---
title: Ensure are cleaned by ImportExport::AttributeCleaner
merge_request:
author:
type: security
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment