| Index: dashboard/dashboard/add_histograms_test.py
|
| diff --git a/dashboard/dashboard/add_histograms_test.py b/dashboard/dashboard/add_histograms_test.py
|
| index 96b7c9e564e34f3d63474c9d5e758355a85896af..7126deba505c1bae245e56a7cf45d162e788feaf 100644
|
| --- a/dashboard/dashboard/add_histograms_test.py
|
| +++ b/dashboard/dashboard/add_histograms_test.py
|
| @@ -22,7 +22,7 @@ class AddHistogramsTest(testing_common.TestCase):
|
| testing_common.SetIsInternalUser('foo@bar.com', True)
|
| self.SetCurrentUser('foo@bar.com', is_admin=True)
|
|
|
| - def testPostSetsTestPathAndRevision(self):
|
| + def testPostHistogramSetsTestPathAndRevision(self):
|
| data = json.dumps([
|
| {
|
| 'benchmarkName': 'benchmark',
|
|
|