Index: dashboard/dashboard/pinpoint/models/change/change_test.py |
diff --git a/dashboard/dashboard/pinpoint/models/change/change_test.py b/dashboard/dashboard/pinpoint/models/change/change_test.py |
index d47ff4b4330fc5e8f454c266c88cf8f2064d8346..372c76984682065a4ef13e9b2bd8f2340a504119 100644 |
--- a/dashboard/dashboard/pinpoint/models/change/change_test.py |
+++ b/dashboard/dashboard/pinpoint/models/change/change_test.py |
@@ -27,6 +27,10 @@ class _ChangeTest(testing_common.TestCase): |
'catapult': {'repository_url': _CATAPULT_URL}, |
'chromium': {'repository_url': _CHROMIUM_URL}, |
}) |
+ namespaced_stored_object.Set('repository_urls_to_names', { |
+ _CATAPULT_URL: 'catapult', |
+ _CHROMIUM_URL: 'chromium', |
+ }) |
class ChangeTest(_ChangeTest): |