File tree Expand file tree Collapse file tree
tests/test_data/test_consumer_mapping Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12{
2- "consumer-id-123" : [
3- {
4- "campaign" : " RSV_campaign_id" ,
5- "description" : " RSV Ongoing for My Vaccines"
6- },
7- {
8- "campaign" : " COVID_campaign_id" ,
9- "description" : " COVID Ongoing for My Vaccines"
10- }
11- ],
12- "consumer-id-456" : [
13- {
14- "campaign" : " RSV_campaign_id_NBS" ,
15- "description" : " RSV Ongoing for NBS"
16- },
17- {
18- "campaign" : " COVID_campaign_id_NBS" ,
19- "description" : " RSV Ongoing for NBS"
20- }
21- ]
3+ "consumer-id-123" : [
4+ {
5+ "campaign" : " RSV_campaign_id" ,
6+ "description" : " RSV Ongoing for My Vaccines"
7+ },
8+ {
9+ "campaign" : " COVID_campaign_id" ,
10+ "description" : " COVID Ongoing for My Vaccines"
11+ }
12+ ],
13+ "consumer-id-456" : [
14+ {
15+ "campaign" : " RSV_campaign_id_NBS" ,
16+ "description" : " RSV Ongoing for NBS"
17+ },
18+ {
19+ "campaign" : " COVID_campaign_id_NBS" ,
20+ "description" : " RSV Ongoing for NBS"
21+ }
22+ ]
2223}
You can’t perform that action at this time.
0 commit comments