| Index: dashboard/dashboard/pinpoint/handlers/gitiles_test.py
|
| diff --git a/dashboard/dashboard/pinpoint/handlers/gitiles_test.py b/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
|
| index d330ac6b61e635728024f608b823d665bf59e15d..c8070f2e776e4368dd54cad5721ea3f78f57be81 100644
|
| --- a/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
|
| +++ b/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
|
| @@ -4,7 +4,6 @@
|
|
|
| import json
|
| import mock
|
| -import unittest
|
|
|
| import webapp2
|
| import webtest
|
| @@ -114,7 +113,3 @@ class GitilesTest(testing_common.TestCase):
|
| response = self.testapp.post('/api/gitiles', params)
|
| result = json.loads(response.body)
|
| self.assertEqual({'foo': 'bar'}, result)
|
| -
|
| -
|
| -if __name__ == '__main__':
|
| - unittest.main()
|
|
|