Use official Pebble Image.
This commit is contained in:
parent
cfe2f1a1e6
commit
d62f7e2082
2 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ func setupPebbleRootCA() (*http.Transport, error) {
|
|||
}
|
||||
|
||||
func (s *AcmeSuite) SetUpSuite(c *check.C) {
|
||||
s.createComposeProject(c, "peddle")
|
||||
s.createComposeProject(c, "pebble")
|
||||
s.composeProject.Start(c)
|
||||
|
||||
s.fakeDNSServer = startFakeDNSServer()
|
||||
|
@ -91,7 +91,7 @@ func (s *AcmeSuite) SetUpSuite(c *check.C) {
|
|||
c.Fatal(err)
|
||||
}
|
||||
|
||||
// wait for peddle
|
||||
// wait for pebble
|
||||
req := testhelpers.MustNewRequest(http.MethodGet, s.getAcmeURL(), nil)
|
||||
|
||||
client := &http.Client{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue