Skip to content
Snippets Groups Projects
Unverified Commit b940a328 authored by Rajendra Kadam's avatar Rajendra Kadam Committed by GitLab
Browse files

Merge branch 'unquaratine-variable-spec' into 'master'

parents 360c3328 6a44120d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -57,7 +57,7 @@
expect(subject.encrypted_value_salt).not_to be_nil
end
 
it 'fails to decrypt if iv is incorrect', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/448374' do
it 'fails to decrypt if iv is incorrect' do
# attr_encrypted expects the IV to be 16 bytes and base64-encoded
subject.encrypted_value_iv = [SecureRandom.hex(8)].pack('m')
subject.instance_variable_set(:@value, nil)
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