Skip to content
Snippets Groups Projects
Unverified Commit 5a54a8d9 authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher
Browse files

Merge branch 'fix_expired_gpg_key_specs' into 'master'

Fix broken specs : Generate new GPG key in place of expired one

Closes #32956

See merge request gitlab-org/gitlab!17853
parent d3cda7c1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -202,7 +202,7 @@ describe Gitlab::Gpg::Commit do
end
 
let(:gpg_key_subkey) do
gpg_key.subkeys.find_by(fingerprint: '0522DD29B98F167CD8421752E38FFCAF75ABD92A')
gpg_key.subkeys.find_by(fingerprint: GpgHelpers::User3.subkey_fingerprints.last)
end
 
before do
Loading
Loading
This diff is collapsed.
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