Add JSON test case for variable sensitive flag

This commit is contained in:
Pam Selle 2020-10-08 13:13:32 -04:00
parent bc57c20d10
commit c1957fcaf0
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@
},
"π": {
"default": 3.14159265359
},
"sensitive_value": {
"default": {
"a": 1,
"b": 2
},
"sensitive": true
}
}
}