summaryrefslogtreecommitdiff
path: root/spec/controllers/jira_connect/branches_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-13 03:06:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-13 03:06:53 +0000
commitc0b9c14ebd1524a1e2334e656f997ec680a18966 (patch)
tree4437aea2c4239279131a56adca1679f636683d29 /spec/controllers/jira_connect/branches_controller_spec.rb
parent98638cd5e43611aac2193a5c2f80f72374040430 (diff)
downloadgitlab-ce-c0b9c14ebd1524a1e2334e656f997ec680a18966.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/controllers/jira_connect/branches_controller_spec.rb')
-rw-r--r--spec/controllers/jira_connect/branches_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/jira_connect/branches_controller_spec.rb b/spec/controllers/jira_connect/branches_controller_spec.rb
index 45daf3b5309..cf4dfaface6 100644
--- a/spec/controllers/jira_connect/branches_controller_spec.rb
+++ b/spec/controllers/jira_connect/branches_controller_spec.rb
@@ -17,7 +17,7 @@ RSpec.describe JiraConnect::BranchesController do
expect(response).to be_successful
expect(assigns(:new_branch_data)).to include(
initial_branch_name: 'ACME-123-my-issue',
- success_state_svg_path: start_with('/assets/illustrations/merge_requests-')
+ success_state_svg_path: start_with('/assets/illustrations/empty-state/empty-merge-requests-md-')
)
end