summaryrefslogtreecommitdiff
path: root/spec/tooling/danger/stable_branch_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 19:27:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 19:27:02 +0000
commit44d033747da39826bcf6e50adc26e7130159f90b (patch)
tree9557e682489fc8f776bccb70618927d533edc184 /spec/tooling/danger/stable_branch_spec.rb
parenta47a6d6fd56f92497b164d45ff9b53023202c4b1 (diff)
downloadgitlab-ce-44d033747da39826bcf6e50adc26e7130159f90b.tar.gz
Add latest changes from gitlab-org/gitlab@15-10-stable-ee
Diffstat (limited to 'spec/tooling/danger/stable_branch_spec.rb')
-rw-r--r--spec/tooling/danger/stable_branch_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tooling/danger/stable_branch_spec.rb b/spec/tooling/danger/stable_branch_spec.rb
index b6ec4ad8895..b0a8ab3c132 100644
--- a/spec/tooling/danger/stable_branch_spec.rb
+++ b/spec/tooling/danger/stable_branch_spec.rb
@@ -197,7 +197,7 @@ RSpec.describe Tooling::Danger::StableBranch, feature_category: :delivery do
let(:pipeline_bridges_response) do
[
{
- 'name' => 'e2e:package-and-test',
+ 'name' => 'e2e:package-and-test-ee',
'status' => pipeline_bridge_state,
'downstream_pipeline' => nil
}