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

Commit

Permalink
Fix remote service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Sep 26, 2017
1 parent 4a9cdcd commit e543e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remote/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ var _ = Describe("App - Service", func() {
},
}))

Expect(mockUI.Out).To(gbytes.Say("Warning: unable to forward service: some-name-6:host-url[1]"))
Expect(mockUI.Out).To(gbytes.Say("Warning: unable to forward service: some-name-8:host-url[3]"))
Expect(mockUI.Out).To(gbytes.Say("Warning: unable to forward service: some-name-10:no-url[1]"))
Expect(mockUI.Out).To(gbytes.Say(`Warning: unable to forward service: some-name-6:host-url\[1\]`))
Expect(mockUI.Out).To(gbytes.Say(`Warning: unable to forward service: some-name-8:host-url\[3\]`))
Expect(mockUI.Out).To(gbytes.Say(`Warning: unable to forward service: some-name-10:no-url\[1\]`))

Expect(req.Method).To(Equal("GET"))
Expect(req.Path).To(Equal("/v2/info"))
Expand Down

0 comments on commit e543e32

Please sign in to comment.