Fix rule files for masking tests

The tests used invalid JSON in the rule files.
This commit is contained in:
Markus Mäkelä 2017-08-08 13:13:44 +03:00
parent c11ffd91c5
commit 666568e1a0
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
},
{
"obfuscate": {
"column": "d",
"column": "d"
}
},
{

View File

@ -74,7 +74,7 @@
},
{
"obfuscate": {
"column": "i",
"column": "i"
},
"applies_to" : [ "'skysql'" ],
"exempted" : [ "'maxskysql'" ]