Skip to content

Commit

Permalink
test: Fix variation value (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani authored and mikeproeng37 committed Aug 28, 2018
1 parent 84736de commit 56a64e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ def setUp(self, config_dict='config_dict'):
'id': '111130',
'variations': [{
'key': 'control',
'id': '111133'
'id': '111131'
}, {
'key': 'variation',
'id': '111134'
'id': '111132'
}]
}],
'groups': [{
Expand Down

0 comments on commit 56a64e8

Please sign in to comment.