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 7740f43 commit 0309b82Copy full SHA for 0309b82
tests/integrations/launchdarkly/test_launchdarkly.py
@@ -14,9 +14,6 @@
14
from sentry_sdk.integrations import DidNotEnable
15
from sentry_sdk.integrations.launchdarkly import LaunchDarklyIntegration
16
17
-# Ref: https://docs.launchdarkly.com/sdk/features/test-data-sources#python
18
-# https://launchdarkly-python-sdk.readthedocs.io/en/latest/api-testing.html#ldclient.integrations.test_data.TestData
19
-
20
21
@pytest.mark.parametrize(
22
"use_global_client",
0 commit comments