Skip to content

Commit

Permalink
Correct example.com text to be less change sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Zander Mackie committed Oct 24, 2019
1 parent 69bd4b6 commit eeeeb6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _ = Describe("deploy a pushstate and reverse proxy app", func() {
})

By("proxies", func() {
Expect(app.GetBody("/api")).To(ContainSubstring("This domain is established to be used for illustrative examples in documents"))
Expect(app.GetBody("/api")).To(ContainSubstring("illustrative examples in documents"))
})
})
})

0 comments on commit eeeeb6a

Please sign in to comment.