| Index: tools/json_schema_compiler/feature_compiler_test.py
|
| diff --git a/tools/json_schema_compiler/feature_compiler_test.py b/tools/json_schema_compiler/feature_compiler_test.py
|
| index 37d829eedebca0a0964916358834d5f4ce7dc942..6b39271d266c0fb267615e1472ab493763b6d987 100755
|
| --- a/tools/json_schema_compiler/feature_compiler_test.py
|
| +++ b/tools/json_schema_compiler/feature_compiler_test.py
|
| @@ -46,6 +46,7 @@ class FeatureCompilerTest(unittest.TestCase):
|
| 'max_manifest_version': 1,
|
| 'noparent': True,
|
| 'platforms': ['mac', 'win'],
|
| + 'session_types': ['kiosk', 'regular'],
|
| 'whitelist': ['zzz', 'yyy']
|
| })
|
| self.assertFalse(f.errors)
|
|
|