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

Unified Diff: appengine/findit/crash/test/crash_testcase.py

Issue 1940843003: [Findit] Use PubSub built-in authentication for push endpoint. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix nit. Created 4 years, 8 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 | « appengine/findit/crash-frontend.yaml ('k') | appengine/findit/handlers/crash/fracas_crash.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/test/crash_testcase.py
diff --git a/appengine/findit/crash/test/crash_testcase.py b/appengine/findit/crash/test/crash_testcase.py
index 97895bf9a5498195f48e08ba23221d2505b8fec3..9a20c9319ed8c924f29f99dfd46f0169d6d97f30 100644
--- a/appengine/findit/crash/test/crash_testcase.py
+++ b/appengine/findit/crash/test/crash_testcase.py
@@ -12,7 +12,6 @@ from model.crash.crash_config import CrashConfig
DEFAULT_CONFIG_DATA = {
'fracas': {
- 'crash_data_push_token': 'secret_token',
'analysis_result_pubsub_topic': 'projects/project-name/topics/name',
'supported_platform_list_by_channel': {
'canary': ['win', 'mac'],
« no previous file with comments | « appengine/findit/crash-frontend.yaml ('k') | appengine/findit/handlers/crash/fracas_crash.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698