Skip to content

Commit

Permalink
rename test context for clarity [#171165860]
Browse files Browse the repository at this point in the history
Signed-off-by: Kira Boyle <kboyle@pivotal.io>
  • Loading branch information
anEXPer authored and kcboyle committed Feb 12, 2020
1 parent d4a5c6d commit 65ad5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/update_ssl_certificate_test.go
Expand Up @@ -58,7 +58,7 @@ var _ = Describe("UpdateSSLCertificate", func() {
Expect(fmt.Sprintf(format, content...)).To(Equal("Please allow about 1 min for the new certificate to take effect.\n"))
})

Context("with a config file", func() {
Context("with a config file and no vars", func() {
var (
configFile *os.File
err error
Expand Down Expand Up @@ -115,7 +115,7 @@ private-key-pem: some PrivateKey
})
})

Context("with a config file", func() {
Context("with a config file and vars", func() {
var (
configFile *os.File
varsFile *os.File
Expand Down

0 comments on commit 65ad5cf

Please sign in to comment.