From f24e50f0a55e872a2947ccb1af166b14883511b2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 18 May 2021 03:10:38 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb') diff --git a/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb b/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb index 4039cdac721..6476d82eb85 100644 --- a/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb +++ b/spec/workers/gitlab/github_import/import_diff_note_worker_spec.rb @@ -12,6 +12,7 @@ RSpec.describe Gitlab::GithubImport::ImportDiffNoteWorker do importer = double(:importer) hash = { 'noteable_id' => 42, + 'github_id' => 42, 'path' => 'README.md', 'commit_id' => '123abc', 'diff_hunk' => "@@ -1 +1 @@\n-Hello\n+Hello world", -- cgit v1.2.3