Skip to content

Commit 6bad78c

Browse files
committed
fix test
1 parent 6e5616b commit 6bad78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/decider_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def test_none_returned_on_variant_call_with_bad_id(self):
469469
"experiment": {
470470
"id": 1,
471471
"name": "test",
472+
"experiment_version": 1,
472473
"variants": [
473474
{"range_start": 0.0, "range_end": 0.2, "name": "active"},
474475
{"range_start": 0.2, "range_end": 0.4, "name": "control_1"},

0 commit comments

Comments
 (0)