Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: infra/services/builder_alerts/crbug_issues.py

Issue 1390873005: Fix project hosting API name (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/builder_alerts/crbug_issues.py
diff --git a/infra/services/builder_alerts/crbug_issues.py b/infra/services/builder_alerts/crbug_issues.py
index 9fcdbca8b3d4c00db07cef87a27b336e1ff55c5e..7727239574bcc616bfe73f50794321c42a41b4cf 100644
--- a/infra/services/builder_alerts/crbug_issues.py
+++ b/infra/services/builder_alerts/crbug_issues.py
@@ -29,7 +29,7 @@ def _build_crbug_service(crbug_service_account): # pragma: no cover
service_account['client_email'], service_account['private_key'],
PROJECT_HOSTING_SCOPE)
http = creds.authorize(httplib2.Http())
- return discovery.build('project_hosting', 'v2',
+ return discovery.build('projecthosting', 'v2',
discoveryServiceUrl=DISCOVERY_URL, http=http)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698