diff options
| author | jvoisin | 2022-09-13 23:31:33 +0200 |
|---|---|---|
| committer | jvoisin | 2022-09-13 23:31:33 +0200 |
| commit | 58d08ebd9faf3333016ee8c6afe5e9088698497c (patch) | |
| tree | b1a076fa0506138721af6fa9f647b56c01ede1e1 | |
| parent | a323f2649c3968ae07f22bcff0124728d780fdb6 (diff) | |
Fix the tests
| -rw-r--r-- | tests/test_android.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_android.py b/tests/test_android.py index c299d12..0853e2a 100644 --- a/tests/test_android.py +++ b/tests/test_android.py | |||
| @@ -39,7 +39,7 @@ class AndroidMagicTestCase(KartonTestCase): | |||
| 39 | "android.permission.WRITE_CONTACTS", | 39 | "android.permission.WRITE_CONTACTS", |
| 40 | ], | 40 | ], |
| 41 | "certificate_not_after": ["Jul 17 01:33:46 2035 UTC"], | 41 | "certificate_not_after": ["Jul 17 01:33:46 2035 UTC"], |
| 42 | "certificate_serial": [10623618503190643167], | 42 | "certificate_serial": ["10623618503190643167"], |
| 43 | "certificate_subject": [ | 43 | "certificate_subject": [ |
| 44 | "Email Address: android@android.com," | 44 | "Email Address: android@android.com," |
| 45 | " Common Name: Android," | 45 | " Common Name: Android," |
