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-08-15 03:11:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-15 03:11:26 +0300
commit25c9c07a16a8100809542eb209df4902f5ef427c (patch)
tree516fdd5ba3dfdd3090150d593f366085dd2e8b0f /spec/workers/build_hooks_worker_spec.rb
parent1875f933cda5273834ad8bfbe1a4c2ce37b98fee (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/workers/build_hooks_worker_spec.rb')
-rw-r--r--spec/workers/build_hooks_worker_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/workers/build_hooks_worker_spec.rb b/spec/workers/build_hooks_worker_spec.rb
index 426eb03638c..80dc36d268f 100644
--- a/spec/workers/build_hooks_worker_spec.rb
+++ b/spec/workers/build_hooks_worker_spec.rb
@@ -23,8 +23,8 @@ RSpec.describe BuildHooksWorker do
end
end
- describe '.perform_async' do
- it 'sends a message to the application logger, before performing', :sidekiq_inline do
+ describe '.perform_async', :sidekiq_inline do
+ it 'sends a message to the application logger, before performing' do
build = create(:ci_build)
expect(Gitlab::AppLogger).to receive(:info).with(