Index: dashboard/dashboard/pinpoint/models/change/commit_test.py |
diff --git a/dashboard/dashboard/pinpoint/models/change/commit_test.py b/dashboard/dashboard/pinpoint/models/change/commit_test.py |
index 4aef4f29d7fa519955665b02b112e78d0dda6ce2..1214e898064ad29f40545c61127ee846fc6369f2 100644 |
--- a/dashboard/dashboard/pinpoint/models/change/commit_test.py |
+++ b/dashboard/dashboard/pinpoint/models/change/commit_test.py |
@@ -22,6 +22,9 @@ class _CommitTest(testing_common.TestCase): |
namespaced_stored_object.Set('repositories', { |
'chromium': {'repository_url': _CHROMIUM_URL}, |
}) |
+ namespaced_stored_object.Set('repository_urls_to_names', { |
+ _CHROMIUM_URL: 'chromium', |
+ }) |
class CommitTest(_CommitTest): |