summaryrefslogtreecommitdiff
path: root/spec/services/system_notes
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-09 18:11:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-09 18:11:25 +0000
commitd40d684afaec767bb05efdbeaa4ce3620cd337bb (patch)
treea6c61c8bc90f05a2ddf6817863d364239a5357ce /spec/services/system_notes
parentc0f42c6d662b776777afbf79ba72d8e833b8de48 (diff)
downloadgitlab-ce-d40d684afaec767bb05efdbeaa4ce3620cd337bb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/services/system_notes')
-rw-r--r--spec/services/system_notes/issuables_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/system_notes/issuables_service_spec.rb b/spec/services/system_notes/issuables_service_spec.rb
index ae18bc23c17..0eb327ea7f1 100644
--- a/spec/services/system_notes/issuables_service_spec.rb
+++ b/spec/services/system_notes/issuables_service_spec.rb
@@ -735,7 +735,7 @@ RSpec.describe ::SystemNotes::IssuablesService do
end
it 'is true with issue tracker not supporting referencing' do
- create(:bugzilla_service, project: project)
+ create(:bugzilla_integration, project: project)
project.reload
expect(service.cross_reference_disallowed?(noteable)).to be_truthy