diff options
| author | Andre Guedes <andrebsguedes@gmail.com> | 2016-12-16 01:24:05 -0200 |
|---|---|---|
| committer | Andre Guedes <andrebsguedes@gmail.com> | 2017-02-22 11:30:11 -0300 |
| commit | e4fa80f3b67f1ef30c262cd4df28516ccff6336a (patch) | |
| tree | 225b64223d018ca259fcfabd6b725918dfe4d126 /spec/models/ci | |
| parent | 246df2bd1151d39a04ef553064144eb75ee3e980 (diff) | |
| download | gitlab-ce-e4fa80f3b67f1ef30c262cd4df28516ccff6336a.tar.gz | |
Fixes broken and missing tests
Diffstat (limited to 'spec/models/ci')
| -rw-r--r-- | spec/models/ci/build_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb index 2dfca8bcfce..83a2efb55b9 100644 --- a/spec/models/ci/build_spec.rb +++ b/spec/models/ci/build_spec.rb @@ -1397,7 +1397,7 @@ describe Ci::Build, :models do { key: 'CI_REGISTRY', value: 'registry.example.com', public: true } end let(:ci_registry_image) do - { key: 'CI_REGISTRY_IMAGE', value: project.container_registry_repository_url, public: true } + { key: 'CI_REGISTRY_IMAGE', value: project.container_registry_url, public: true } end context 'and is disabled for project' do |
