We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a0e1e commit 9bbcd34Copy full SHA for 9bbcd34
tests/decider_tests.py
@@ -1601,7 +1601,6 @@ def test_get_experiment(self):
1601
self.assertEqual(experiment.bucket_val, cfg["experiment"]["bucket_val"])
1602
self.assertEqual(experiment.start_ts, cfg["start_ts"])
1603
self.assertEqual(experiment.stop_ts, cfg["stop_ts"])
1604
- self.assertEqual(experiment.owner, None)
1605
self.assertEqual(experiment.emit_event, True)
1606
1607
def test_get_variant_without_expose_with_HG_as_control_1_and_child_returns_none_does_expose(
0 commit comments