Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gabbitas <agabbitas@letsencrypt.org>
  • Loading branch information
beautifulentropy and andygabby committed Feb 11, 2021
1 parent ad04093 commit b96fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/publisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func setup(t *testing.T) (*Impl, *x509.Certificate, *ecdsa.PrivateKey) {
})
test.AssertNotError(t, err, "failed to load chain3.")

// Load our third chain using core.LoadCertBundle
// Load our fourth chain using core.LoadCertBundle
// TODO(5269): Remove this after all configs have migrated to
// `Chains`.
chain4, err := core.LoadCertBundle("test/testIntermediate.pem")
Expand Down

0 comments on commit b96fb84

Please sign in to comment.