Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Update smoke tests to use redirectPort.
Browse files Browse the repository at this point in the history
[#102229036]
  • Loading branch information
robdimsdale committed Aug 28, 2015
1 parent c8c993e commit 7489eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoke_test/smoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var _ = Describe("GaragepiExecutable", func() {
BeforeEach(func() {
args = append(args, "-enableHTTPS=true")
args = append(args, fmt.Sprintf("-httpsPort=%d", httpsPort))
args = append(args, fmt.Sprintf("-redirectPort=%d", httpsPort))
})

Context("when both -certFile and -keyFile are provided", func() {
Expand Down

0 comments on commit 7489eb6

Please sign in to comment.