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

Unified Diff: tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py

Issue 520683002: Re-reenable memory tests. Fixed sign-in issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « tools/telemetry/telemetry/core/backends/google_credentials_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
index f6dc0502301458592334e34e00d1162fe806be84..4298edf976bc03d658f098454903a538a265e13b 100644
--- a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
@@ -12,6 +12,6 @@ class TestGoogleCredentialsBackend(
self._credentials_type = 'google'
def testLoginUsingMock(self):
- self._LoginUsingMock(google_credentials_backend.GoogleCredentialsBackend(),
- 'https://accounts.google.com/', 'Email',
- 'Passwd')
+ backend = google_credentials_backend.GoogleCredentialsBackend()
+ self._LoginUsingMock(backend, backend.url, backend.login_input_id,
+ backend.password_input_id)
« no previous file with comments | « tools/telemetry/telemetry/core/backends/google_credentials_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698