Skip to content
Snippets Groups Projects
Unverified Commit 8ab17a53 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Use set_key_and_notify

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