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

Unified Diff: appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py

Issue 2438673004: [Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. (Closed)
Patch Set: Add a config flag to enable/disable updating monorail bug. Created 4 years, 1 month 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
Index: appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py
diff --git a/appengine/chromium_try_flakes/endpoints/test/endpoints_test.py b/appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py
similarity index 98%
rename from appengine/chromium_try_flakes/endpoints/test/endpoints_test.py
rename to appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py
index b7ec2ef628964bc9d32630544301b830a97e113e..581ec6b61b2df6c925df563fc573e74541ef8e42 100644
--- a/appengine/chromium_try_flakes/endpoints/test/endpoints_test.py
+++ b/appengine/chromium_try_flakes/endpoints_client/test/endpoints_test.py
@@ -6,7 +6,7 @@ import mock
import unittest
from apiclient.errors import HttpError
-from endpoints import endpoints
+from endpoints_client import endpoints
class EndpointsTestCase(unittest.TestCase):
« no previous file with comments | « appengine/chromium_try_flakes/endpoints_client/test/__init__.py ('k') | appengine/chromium_try_flakes/findit/findit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698