generated from matrix-org/.github
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All URLs now point to mitmproxy URLs
Previously, Go clients created in Deployment would point directly to the underlying HS. This is usually fine because the Go clients are used to set up / configure the test rather than run the test, but we have numerous helpers which convert Go clients into actual clients-under-test. If the `.BaseURL` was not set when this happened, it would cause the client-under-test to not be pointing to a mitmproxy'd URL. This commit removes this footgun.
- Loading branch information
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters