Commit 2a2c4bda authored by Rémy Coutable's avatar Rémy Coutable

Remove a test that isn't relevant anymore

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 95296bae
......@@ -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