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
Copy file name to clipboardExpand all lines: core-api/src/test/java/com/optimizely/ab/internal/ExperimentUtilsTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ public void doesUserMeetAudienceConditionsHandlesNullValueAttributesWithNull() {
262
262
263
263
logbackVerifier.expectMessage(Level.DEBUG,
264
264
"Starting to evaluate audience \"2196265320\" with conditions: [and, [or, [or, {name='nationality', type='custom_attribute', match='null', value='English'}, {name='nationality', type='custom_attribute', match='null', value=null}]]].");
265
-
logbackVerifier.expectMessage(Level.WARN,
265
+
logbackVerifier.expectMessage(Level.DEBUG,
266
266
"Audience condition \"{name='nationality', type='custom_attribute', match='null', value=null}\" has an unsupported condition value. You may need to upgrade to a newer release of the Optimizely SDK.");
267
267
logbackVerifier.expectMessage(Level.DEBUG,
268
268
"Audience \"2196265320\" evaluated to null.");
@@ -283,7 +283,7 @@ public void doesUserMeetAudienceConditionsHandlesNullConditionValue() {
283
283
284
284
logbackVerifier.expectMessage(Level.DEBUG,
285
285
"Starting to evaluate audience \"2196265320\" with conditions: [and, [or, [or, {name='nationality', type='custom_attribute', match='null', value='English'}, {name='nationality', type='custom_attribute', match='null', value=null}]]].");
286
-
logbackVerifier.expectMessage(Level.WARN,
286
+
logbackVerifier.expectMessage(Level.DEBUG,
287
287
"Audience condition \"{name='nationality', type='custom_attribute', match='null', value=null}\" has an unsupported condition value. You may need to upgrade to a newer release of the Optimizely SDK.");
0 commit comments