Add JSON test case for variable sensitive flag
This commit is contained in:
parent
bc57c20d10
commit
c1957fcaf0
|
@ -16,6 +16,13 @@
|
|||
},
|
||||
"π": {
|
||||
"default": 3.14159265359
|
||||
},
|
||||
"sensitive_value": {
|
||||
"default": {
|
||||
"a": 1,
|
||||
"b": 2
|
||||
},
|
||||
"sensitive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue