Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-01 15:11:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-01 15:11:56 +0300
commita53033814ddff597cd05244f378915bacdcb5aea (patch)
treec72cddf8268e72cd46e3a1b0f04298aa6a04533b /spec/workers/emails_on_push_worker_spec.rb
parentf60abc43151ae4589e96824c3c8674e76cb0cb9c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/emails_on_push_worker_spec.rb')
-rw-r--r--spec/workers/emails_on_push_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/emails_on_push_worker_spec.rb b/spec/workers/emails_on_push_worker_spec.rb
index 3e313610054..7d11957e2df 100644
--- a/spec/workers/emails_on_push_worker_spec.rb
+++ b/spec/workers/emails_on_push_worker_spec.rb
@@ -51,7 +51,7 @@ RSpec.describe EmailsOnPushWorker, :mailer do
context "when push is a force push to delete commits" do
before do
data_force_push = data.stringify_keys.merge(
- "after" => data[:before],
+ "after" => data[:before],
"before" => data[:after]
)