Skip to content

Commit f605cb3

Browse files
committed
ref
1 parent 6f0ebce commit f605cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def test_launchdarkly_integration(
2222
sentry_init, use_global_client, capture_events, uninstall_integration
2323
):
2424
td = TestData.data_source()
25+
td.update(td.flag("hello").variation_for_all(True))
26+
td.update(td.flag("world").variation_for_all(True))
2527
# Disable background requests as we aren't using a server.
2628
config = Config(
2729
"sdk-key", update_processor_class=td, diagnostic_opt_out=True, send_events=False
2830
)
29-
td.update(td.flag("hello").variation_for_all(True))
30-
td.update(td.flag("world").variation_for_all(True))
3131

3232
uninstall_integration(LaunchDarklyIntegration.identifier)
3333
if use_global_client:

0 commit comments

Comments
 (0)