Fix rule files for masking tests
The tests used invalid JSON in the rule files.
This commit is contained in:
parent
c11ffd91c5
commit
666568e1a0
@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"obfuscate": {
|
||||
"column": "d",
|
||||
"column": "d"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -74,7 +74,7 @@
|
||||
},
|
||||
{
|
||||
"obfuscate": {
|
||||
"column": "i",
|
||||
"column": "i"
|
||||
},
|
||||
"applies_to" : [ "'skysql'" ],
|
||||
"exempted" : [ "'maxskysql'" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user