Skip to content

Commit

Permalink
fix python 3.5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Oct 18, 2023
1 parent 5a47b1e commit 4d0afe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configcatclienttests/data/evaluation/comparators.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"Identifier": "12345",
"Email": "[email protected]",
"Country": "[\"USA\"]",
"Date": "1693497500",
"Version": "1.0.0",
"Number": "1.0",
"Date": "1693497500"
"Number": "1.0"
},
"returnValue": "default",
"expectedLog": "allinone.txt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INFO [5000] Evaluating 'allinone' for User '{"Identifier":"12345","Email":"[email protected]","Country":"[\"USA\"]","Version":"1.0.0","Number":"1.0","Date":"1693497500"}'
INFO [5000] Evaluating 'allinone' for User '{"Identifier":"12345","Email":"[email protected]","Country":"[\"USA\"]","Date":"1693497500","Version":"1.0.0","Number":"1.0"}'
Evaluating targeting rules and applying the first match if any:
- IF User.Email EQUALS '<hashed value>' => true
AND User.Email NOT EQUALS '<hashed value>' => false, skipping the remaining AND conditions
Expand Down

0 comments on commit 4d0afe7

Please sign in to comment.