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-04-26 09:06:04 +0300
committerShinya Maeda <shinya@gitlab.com>2018-04-26 09:06:04 +0300
commit9d6fe7bfdf9ff3f68ee73baa0e3d0aa7df13c351 (patch)
tree575021ca2d2a2775ee6fe74bd2a323735afa9f22 /spec/support/chunked_io
parent4eb67ccff350d181e60e4666e459a364cd36b064 (diff)
Refactoring ci_job_trace to ci_build_trace
Diffstat (limited to 'spec/support/chunked_io')
-rw-r--r--spec/support/chunked_io/chunked_io_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/chunked_io/chunked_io_helpers.rb b/spec/support/chunked_io/chunked_io_helpers.rb
index 57391e6d42a..4238a4b3e94 100644
--- a/spec/support/chunked_io/chunked_io_helpers.rb
+++ b/spec/support/chunked_io/chunked_io_helpers.rb
@@ -5,7 +5,7 @@ module ChunkedIOHelpers
end
def stub_buffer_size(size)
- stub_const('Ci::JobTraceChunk::CHUNK_SIZE', size)
+ stub_const('Ci::BuildTraceChunk::CHUNK_SIZE', size)
stub_const('Gitlab::Ci::Trace::ChunkedIO::CHUNK_SIZE', size)
end