Skip to content

Commit 56a64e8

Browse files
oakbanimikeproeng37
authored andcommitted
test: Fix variation value (#138)
1 parent 84736de commit 56a64e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,10 @@ def setUp(self, config_dict='config_dict'):
436436
'id': '111130',
437437
'variations': [{
438438
'key': 'control',
439-
'id': '111133'
439+
'id': '111131'
440440
}, {
441441
'key': 'variation',
442-
'id': '111134'
442+
'id': '111132'
443443
}]
444444
}],
445445
'groups': [{

0 commit comments

Comments
 (0)