Fix syntax error for SignApexFile

BUG: 145662097
TEST: Local smoke test which invokes sign_apex for local apex files.
This commit is contained in:
Baligh Uddin
2019-12-04 08:30:32 -08:00
parent e16258ff5d
commit ac936fd573
2 changed files with 4 additions and 3 deletions

View File

@@ -38,5 +38,6 @@ class SignApexTest(test_utils.ReleaseToolsTestCase):
'avbtool',
foo_apex,
payload_key,
container_key)
container_key,
False)
self.assertTrue(os.path.exists(signed_foo_apex))