summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler/test_schema.py
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-04-30 17:04:48 -0400
committerGitHub <noreply@github.com>2020-04-30 17:04:48 -0400
commit7dceb9882590fb738ac0ff3429908cc6c945485a (patch)
tree529abd677591dcde86798c92ff665d844513a061 /tests/unittests/test_handler/test_schema.py
parent0a4971b2b2d073bc96786baf8a050b0c411e1c39 (diff)
downloadvyos-cloud-init-7dceb9882590fb738ac0ff3429908cc6c945485a.tar.gz
vyos-cloud-init-7dceb9882590fb738ac0ff3429908cc6c945485a.zip
cc_locale: introduce schema (#335)
Diffstat (limited to 'tests/unittests/test_handler/test_schema.py')
-rw-r--r--tests/unittests/test_handler/test_schema.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_handler/test_schema.py b/tests/unittests/test_handler/test_schema.py
index 2d4536d9..1059fb8b 100644
--- a/tests/unittests/test_handler/test_schema.py
+++ b/tests/unittests/test_handler/test_schema.py
@@ -23,6 +23,7 @@ class GetSchemaTest(CiTestCase):
self.assertCountEqual(
[
'cc_bootcmd',
+ 'cc_locale',
'cc_ntp',
'cc_resizefs',
'cc_runcmd',