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

Commit

Permalink
Fix error test for Go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Mar 4, 2018
1 parent b9a6b70 commit e3f6c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/internal/bus/connect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = Describe(".Connect", func() {
Context("when the request fails", func() {
It("should return an error", func() {
_, err := Connect("http://#", nil, nil)
Expect(err.Error()).To(ContainSubstring("Post http://#/session"))
Expect(err.Error()).To(ContainSubstring("#/session"))
})
})

Expand Down

0 comments on commit e3f6c97

Please sign in to comment.