Commit 8efbd545 authored by Axel García's avatar Axel García

Update OneTrust helper spec to be more descriptive

parent 460cea1f
...@@ -7,7 +7,7 @@ RSpec.describe OneTrustHelper do ...@@ -7,7 +7,7 @@ RSpec.describe OneTrustHelper do
let(:user) { nil } let(:user) { nil }
before do before do
stub_config(extra: { one_trust_id: 'id' }) stub_config(extra: { one_trust_id: SecureRandom.uuid })
allow(helper).to receive(:current_user).and_return(user) allow(helper).to receive(:current_user).and_return(user)
end end
......
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