We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4bc43 commit 3811694Copy full SHA for 3811694
integration/testcmd/acme/uinit/test.go
@@ -29,6 +29,7 @@ func uinit() error {
29
30
c := config.DefaultConfig
31
c.RoughtimeServers = []ttime.RoughtimeServer{rt.Config}
32
+ c.NtpServers = []ttime.NtpServer{}
33
log.Printf("Roughtime server: %v", rt.Config)
34
c.Acme.APICA = ca.APICA
35
log.Printf("API CA: %v", ca.APICA)
0 commit comments