@@ -325,7 +325,7 @@ def test_using_rbs_in_excluded(self):
325325 ctx = evaluation_facctory .context_for ('bilal' , ['some' ])
326326 assert e .eval_with_context ('bilal' , 'bilal' , 'some' , {'email' : 'bilal' }, ctx )['treatment' ] == "on"
327327 ctx = evaluation_facctory .context_for ('bilal2@split.io' , ['some' ])
328- assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "off "
328+ assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "on "
329329
330330 def test_prerequisites (self ):
331331 splits_load = os .path .join (os .path .dirname (__file__ ), '../models/grammar/files' , 'splits_prereq.json' )
@@ -442,7 +442,7 @@ async def test_using_rbs_in_excluded_async(self):
442442 ctx = await evaluation_facctory .context_for ('bilal' , ['some' ])
443443 assert e .eval_with_context ('bilal' , 'bilal' , 'some' , {'email' : 'bilal' }, ctx )['treatment' ] == "on"
444444 ctx = await evaluation_facctory .context_for ('bilal2@split.io' , ['some' ])
445- assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "off "
445+ assert e .eval_with_context ('bilal2@split.io' , 'bilal2@split.io' , 'some' , {'email' : 'bilal2@split.io' }, ctx )['treatment' ] == "on "
446446
447447 @pytest .mark .asyncio
448448 async def test_prerequisites (self ):
0 commit comments