未验证 提交 f84dc8c1 编写于 作者: S Stan Hu 提交者: Robert Speicher

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
上级 fd62f3a1
......@@ -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
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册