Skip to content

Commit 8075658

Browse files
committed
Remove world variation
1 parent ef0dc37 commit 8075658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def test_launchdarkly_span_integration(
215215
):
216216
td = TestData.data_source()
217217
td.update(td.flag("hello").variation_for_all(True))
218-
td.update(td.flag("world").variation_for_all(True))
219218
# Disable background requests as we aren't using a server.
220219
config = Config(
221220
"sdk-key", update_processor_class=td, diagnostic_opt_out=True, send_events=False

0 commit comments

Comments
 (0)