Commit 8ab17a53 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Use set_key_and_notify

parent 2d652fcf
...@@ -229,7 +229,7 @@ describe Gitlab::Workhorse, lib: true do ...@@ -229,7 +229,7 @@ describe Gitlab::Workhorse, lib: true do
let(:old_value) { 'existing-key' } let(:old_value) { 'existing-key' }
before do before do
described_class.ensure_and_notify(key, old_value, overwrite: true) described_class.set_key_and_notify(key, old_value, overwrite: true)
end end
context 'and overwrite' do context 'and overwrite' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment