From bc9b43904d491c7b864c8fb6ba06ae0f6625db0d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 16 Dec 2022 09:09: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') 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 15bc55c1526..c92741e8f10 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 @@ -14,6 +14,7 @@ RSpec.describe Gitlab::GithubImport::ImportDiffNoteWorker do hash = { 'noteable_id' => 42, 'github_id' => 42, + 'html_url' => 'https://github.com/foo/bar/pull/42', 'path' => 'README.md', 'commit_id' => '123abc', 'diff_hunk' => "@@ -1 +1 @@\n-Hello\n+Hello world", -- cgit v1.2.3