| Index: tests/bot_update_coverage_test.py
|
| diff --git a/tests/bot_update_coverage_test.py b/tests/bot_update_coverage_test.py
|
| index 9a064e37fa1c735d0574b7e86ea22abdf70b74aa..add83933f8b9b3a40db226432ee5d7a62b2850ff 100755
|
| --- a/tests/bot_update_coverage_test.py
|
| +++ b/tests/bot_update_coverage_test.py
|
| @@ -37,7 +37,6 @@ DEFAULT_PARAMS = {
|
| 'revision_mapping': {},
|
| 'apply_issue_email_file': None,
|
| 'apply_issue_key_file': None,
|
| - 'buildspec': False,
|
| 'gyp_env': None,
|
| 'shallow': False,
|
| 'runhooks': False,
|
| @@ -192,14 +191,6 @@ class BotUpdateUnittests(unittest.TestCase):
|
| bot_update.ensure_checkout(**self.params)
|
| return self.call.records
|
|
|
| - def testBasicBuildspec(self):
|
| - self.params['buildspec'] = bot_update.BUILDSPEC_TYPE(
|
| - container='branches',
|
| - version='1.1.1.1'
|
| - )
|
| - bot_update.ensure_checkout(**self.params)
|
| - return self.call.records
|
| -
|
| def testBasicShallow(self):
|
| self.params['shallow'] = True
|
| bot_update.ensure_checkout(**self.params)
|
|
|