Skip to content
Snippets Groups Projects
Unverified Commit 6a44120d authored by Richie Singh's avatar Richie Singh Committed by GitLab
Browse files

Unquarantine test in has_variable_spec

parent 243644fa
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