fix: 删除 key (#2974)

This commit is contained in:
zhengkunwang 2023-11-16 12:23:49 +08:00 committed by GitHub
parent abaa42af88
commit d044cf2c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,8 +386,8 @@ func TestZeroSSL(t *testing.T) {
// ZeroSSl
kid := "xv1T5Ybi4G2otJlbCTVHjg"
hmacEncoded := "pc-mEroSmg2quRpVr7e4L5YWzhm5mSDlk4_ivMUBzAkDjbym3Y6g7RLhR1joQH-JP94qy3PEczKVfw7QSLoh8A"
kid := ""
hmacEncoded := ""
eabOptions := registration.RegisterEABOptions{
TermsOfServiceAgreed: true,
@ -410,8 +410,8 @@ func TestZeroSSL(t *testing.T) {
user.Registration = reg
cloudflareConfig := cloudflare.NewDefaultConfig()
cloudflareConfig.AuthEmail = "zhengkunwang123@sina.com"
cloudflareConfig.AuthKey = "c29c0d604897ec1c5c7f14746623524bf040a"
cloudflareConfig.AuthEmail = ""
cloudflareConfig.AuthKey = ""
p, err := cloudflare.NewDNSProviderConfig(cloudflareConfig)
if err != nil {
log.Fatal(err)