summaryrefslogtreecommitdiff
path: root/spec/javascripts/issue_spec.js
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-04-12 22:23:49 +0200
committerFatih Acet <acetfatih@gmail.com>2019-04-15 09:02:50 +0200
commitcf0265723479b2e511595312f8d053f737fa3d57 (patch)
tree4b3c68ed85ca35709da969a0463238601ac3d358 /spec/javascripts/issue_spec.js
parent25af3a15fc7819b6fe7620bdaa72a4281252079c (diff)
downloadgitlab-ce-cf0265723479b2e511595312f8d053f737fa3d57.tar.gz
We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
Diffstat (limited to 'spec/javascripts/issue_spec.js')
-rw-r--r--spec/javascripts/issue_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/issue_spec.js b/spec/javascripts/issue_spec.js
index 11ab6c38a55..966aee72abb 100644
--- a/spec/javascripts/issue_spec.js
+++ b/spec/javascripts/issue_spec.js
@@ -113,7 +113,6 @@ describe('Issue', function() {
mock = new MockAdapter(axios);
mock.onGet(/(.*)\/related_branches$/).reply(200, {});
- mock.onGet(/(.*)\/referenced_merge_requests$/).reply(200, {});
findElements(isIssueInitiallyOpen);
this.issue = new Issue();