Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 19, 2024
1 parent 78e31fd commit 2d10110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/acme/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ func (s *ClientTestSuite) TestObtainSSL() {
s.Nil(err)

client.UseDns(AliYun, DNSParam{
ID: "123456",
Token: "654321",
AK: "123456",
SK: "654321",
})

/*client.UseManualDns(2)
Expand Down

0 comments on commit 2d10110

Please sign in to comment.