Commit febcc44b authored by Thong Kuah's avatar Thong Kuah

Generate new GPG key in place of expired one

Generate a new GPG key with signing sub-key similar to the one we
replaced, but this time, don't use an expiry
parent 242b9315
......@@ -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
......
This diff is collapsed.
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