Skip to content

Commit e7d8862

Browse files
one more test scenario
1 parent fe9a2da commit e7d8862

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/in_process/test_eligibility_endpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)