update tests based on latest changes

This commit is contained in:
Claudia Agache
2020-07-15 22:00:12 +03:00
parent 40f8e9cc4c
commit e10e1a310a

View File

@@ -50,7 +50,7 @@ public enum ActionsOnRule
HIDE_RECORD("hide-record"), HIDE_RECORD("hide-record"),
DECLARE_VERSION_AS_RECORD("declare-as-version-record"), DECLARE_VERSION_AS_RECORD("declare-as-version-record"),
DECLARE_AS_RECORD("create-record"), DECLARE_AS_RECORD("create-record"),
WORM_LOCK("worm"); WORM_LOCK("wormlock");
private String actionValue; private String actionValue;