Commit 6ea25b65 authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch '202066-fix-issues_controller_spec' into 'master'

Remove a test that isn't relevant anymore

Closes #202066

See merge request gitlab-org/gitlab!24455
parents e2b86d1d 2a2c4bda
......@@ -1084,12 +1084,6 @@ describe Projects::IssuesController do
it 'creates a sentry issue' do
expect { subject }.to change(SentryIssue, :count)
end
it 'with existing issue it will not create an issue' do
post_new_issue(sentry_issue_attributes: { sentry_issue_identifier: 1234567 })
expect { subject }.not_to change(Issue, :count)
end
end
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