File tree Expand file tree Collapse file tree
tests/integration/in_process Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1094,9 +1094,9 @@ def test_valid_response_when_consumer_has_a_valid_campaign_config_mapping( # no
10941094 ("consumer-id-1" , "RSV_campaign_id_1" ),
10951095 # Consumer is mapped only to RSV_campaign_id_2
10961096 ("consumer-id-2" , "RSV_campaign_id_2" ),
1097- # Edge-case : Consumer-id-3a is mapped to multiple active campaigns, so the first one in S3 is only taken.
1097+ # Edge-case : Consumer-id-3a is mapped to multiple active campaigns, so only one taken.
10981098 ("consumer-id-3a" , "RSV_campaign_id_3" ),
1099- # Edge-case : Consumer-id-3b is mapped to multiple active campaigns, so the first one in S3 is only taken.
1099+ # Edge-case : Consumer-id-3b is mapped to multiple active campaigns, so only one taken.
11001100 ("consumer-id-3b" , "RSV_campaign_id_3" ),
11011101 # Edge-case : Consumer is mapped to inactive inactive_RSV_campaign_id_5 and active RSV_campaign_id_6
11021102 ("consumer-id-4" , "RSV_campaign_id_6" ),
You can’t perform that action at this time.
0 commit comments