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 4462e46d1095620e3e6d4ecb6f79f57686d85544..89c6084b16c97698995c27fbbab355c7e45b3d82 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) |