Skip to content

Commit

Permalink
update copyright info (#1172)
Browse files Browse the repository at this point in the history
* update copyright info

* update test

* update test

* update test

---------

Co-authored-by: marcoioco <[email protected]>
  • Loading branch information
marcoioco and marcoioco authored Jan 24, 2025
1 parent dbac761 commit c93e443
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ brew install python
Apache License version 2.0 [See LICENSE for details](https://github.com/SpectoLabs/hoverfly/blob/master/LICENSE).
(c) [iOCO Solutions](https://ioco.uk/) 2025.
Copyright (c) 2025 [Hoverfly Cloud](https://hoverfly.io)
[CircleCI-Image]: https://circleci.com/gh/SpectoLabs/hoverfly.svg?style=shield
[CircleCI-Url]: https://circleci.com/gh/SpectoLabs/hoverfly
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Hoverfly'
copyright = '2025, iOCO Solutions'
author = 'iOCO Solutions'
copyright = '2025 Hoverfly Cloud'
author = 'Hoverfly Cloud'

version = 'v1.10.9'
# The full version, including alpha/beta/rc tags.
Expand Down Expand Up @@ -61,7 +61,7 @@

latex_documents = [
(master_doc, 'hoverfly.tex', u'Hoverfly Documentation',
u'iOCO Solutions', 'manual'),
u'Hoverfly Cloud', 'manual'),
]

man_pages = [
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Community
- Chat on the `Hoverfly Gitter channel <https://gitter.im/SpectoLabs/hoverfly>`_
- Join the `Hoverfly mailing list <https://groups.google.com/a/specto.io/forum/#!forum/hoverfly>`_
- Raise a `GitHub Issue <https://github.com/SpectoLabs/hoverfly/issues>`_
- Get in touch with `iOCO Solutions <https://hoverfly.io/contact-us>`_
- Get in touch with `Hoverfly Cloud <https://hoverfly.io/contact-us>`_
4 changes: 2 additions & 2 deletions functional-tests/hoverctl/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ var _ = Describe("When I use hoverctl", func() {
})

It("I cannae set the hoverfly's middleware when specifying non-existing remote middleware", func() {
output := functional_tests.Run(hoverctlBinary, "middleware", "--remote", "http://specto.io/404/nothere")
output := functional_tests.Run(hoverctlBinary, "middleware", "--remote", "http://specto-fda13.web.app/404/nothere")

Expect(output).To(ContainSubstring("Could not set middleware, it may have failed the test"))
Expect(output).To(ContainSubstring("Error when communicating with remote middleware: received 404"))
Expect(output).To(ContainSubstring("URL: http://specto.io/404/nothere"))
Expect(output).To(ContainSubstring("URL: http://specto-fda13.web.app/404/nothere"))
Expect(output).To(ContainSubstring("STDIN:"))
Expect(output).To(ContainSubstring(`{"response":{"status":200,"body":"ok","encodedBody":false,"headers":{"test_header":["true"]}},"request":{"path":"/","method":"GET","destination":"www.test.com","scheme":"","query":"","formData":null,"body":"","headers":{"test_header":["true"]}}}`))
})
Expand Down

0 comments on commit c93e443

Please sign in to comment.