You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestAPI() currently uses httpd to fake out Treeherder API responses, when this could be done much more simply using the responses library: https://github.com/getsentry/responses
This would also mean the host and protocol arguments to Treeherder could be dropped, since all other consumers of it use the default Treeherder production instance.
The text was updated successfully, but these errors were encountered:
TestAPI()
currently uses httpd to fake out Treeherder API responses, when this could be done much more simply using the responses library:https://github.com/getsentry/responses
This would also mean the
host
andprotocol
arguments toTreeherder
could be dropped, since all other consumers of it use the default Treeherder production instance.The text was updated successfully, but these errors were encountered: