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:
authorShinya Maeda <shinya@gitlab.com>2018-05-04 15:48:10 +0300
committerShinya Maeda <shinya@gitlab.com>2018-05-04 15:48:10 +0300
commitc1d3b48c96ce44a2ff3e84cb89063a00c67297f5 (patch)
treeb9ff8c68a809d3e500dd290c4974c0521b6e9226 /spec/requests
parent8b47980e12887e255146ce155b446d9176586cfe (diff)
Change BuildTraceChunkFlushWorker's queue from pipeline_processing to pipeline_background
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/api/runner_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/runner_spec.rb b/spec/requests/api/runner_spec.rb
index 592256a3acf..70c3529da03 100644
--- a/spec/requests/api/runner_spec.rb
+++ b/spec/requests/api/runner_spec.rb
@@ -901,7 +901,7 @@ describe API::Runner, :clean_gitlab_redis_shared_state do
context 'when we resend full trace' do
before do
- patch_the_trace('BUILD TRACE appended appended hello')
+ patch_the_trace('BUILD TRACE appended appended hello', headers.merge({ 'Content-Range' => "0-32" }))
end
it 'succeeds with updating trace' do