Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Dec 26, 2024
1 parent 6f0ebce commit f605cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integrations/launchdarkly/test_launchdarkly.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ def test_launchdarkly_integration(
sentry_init, use_global_client, capture_events, uninstall_integration
):
td = TestData.data_source()
td.update(td.flag("hello").variation_for_all(True))
td.update(td.flag("world").variation_for_all(True))
# Disable background requests as we aren't using a server.
config = Config(
"sdk-key", update_processor_class=td, diagnostic_opt_out=True, send_events=False
)
td.update(td.flag("hello").variation_for_all(True))
td.update(td.flag("world").variation_for_all(True))

uninstall_integration(LaunchDarklyIntegration.identifier)
if use_global_client:
Expand Down

0 comments on commit f605cb3

Please sign in to comment.