diff options
-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 046922ff741..4aac4b640f4 100644 --- a/spec/models/ci/build_spec.rb +++ b/spec/models/ci/build_spec.rb @@ -2343,7 +2343,7 @@ describe Ci::Build do context 'when project has an environment specific variable' do let(:environment_specific_variable) do - { key: 'MY_STAGING_ONLY_VARIAGLE', value: 'environment_specific_variable', public: false, masked: false } + { key: 'MY_STAGING_ONLY_VARIABLE', value: 'environment_specific_variable', public: false, masked: false } end before do |