You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"88:88:88.888 | WARN | /test | FeatureTogglesError: found invalid fallback values during initialization
73
81
{
74
82
validationErrors: '[{"featureKey":"test/feature_b","errorMessage":"registered validator \\\\"{0}\\\\" failed for value \\\\"{1}\\\\" with error {2}","errorMessageValues":["mockConstructor",1,"bad validator"]}]'
75
-
}
76
-
",
83
+
}",
77
84
],
78
85
[
79
-
"88:88:88.888 | INFO | /test | finished initialization with 9 feature toggles with CF_REDIS
80
-
",
86
+
"88:88:88.888 | INFO | /test | finished initialization with 9 feature toggles with CF_REDIS",
81
87
],
82
88
]
83
89
`);
@@ -90,8 +96,7 @@ caused by: Error: bad validator
90
96
validator: 'mockConstructor',
91
97
featureKey: 'test/feature_b',
92
98
value: 1
93
-
}
94
-
",
99
+
}",
95
100
],
96
101
]
97
102
`);
@@ -136,8 +141,7 @@ caused by: Error: bad validator
0 commit comments