Skip to content

Commit

Permalink
empty traffic allocations removed before first non empty allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ozayr-zaviar committed May 3, 2021
1 parent 790ee40 commit bad76e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def setUp(self, config_dict='config_dict'):
'id': '111135',
'forcedVariations': {},
'trafficAllocation': [
{'entityId': '', 'endOfRange': 2500},
{'entityId': '222240', 'endOfRange': 5000},
{'entityId': '', 'endOfRange': 7500},
{'entityId': '', 'endOfRange': 10000}
Expand All @@ -246,8 +245,6 @@ def setUp(self, config_dict='config_dict'):
'id': '111136',
'forcedVariations': {},
'trafficAllocation': [
{'entityId': '', 'endOfRange': 2500},
{'entityId': '', 'endOfRange': 5000},
{'entityId': '222241', 'endOfRange': 7500},
{'entityId': '', 'endOfRange': 10000}
],
Expand Down

0 comments on commit bad76e7

Please sign in to comment.