| Index: appengine/findit/handlers/test/monitor_alerts_test.py
|
| diff --git a/appengine/findit/handlers/test/monitor_alerts_test.py b/appengine/findit/handlers/test/monitor_alerts_test.py
|
| index 301645b3a9394f96ae32c3195062ae8a38d89623..bb897ef8eb4b72ca6badb4312df9fc25ce3fdcd9 100644
|
| --- a/appengine/findit/handlers/test/monitor_alerts_test.py
|
| +++ b/appengine/findit/handlers/test/monitor_alerts_test.py
|
| @@ -8,8 +8,8 @@ import textwrap
|
| import webapp2
|
|
|
| from common import constants
|
| -from common.http_client_appengine import RetryHttpClient
|
| from handlers import monitor_alerts
|
| +from libs.http.retry_http_client import RetryHttpClient
|
| from waterfall import build_failure_analysis_pipelines
|
| from waterfall.test import wf_testcase
|
|
|
|
|