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 9ca9f8f commit 8a64785Copy full SHA for 8a64785
tests/integrations/launchdarkly/test_launchdarkly.py
@@ -169,7 +169,13 @@ async def runner():
169
170
171
def test_launchdarkly_integration_did_not_enable(sentry_init, uninstall_integration):
172
- # Using global client and set_config wasn't called.
+ """
173
+ Setup should fail when using global client and ldclient.set_config wasn't called.
174
+
175
+ We're accessing ldclient internals to set up this test, so it might break if launchdarkly's
176
+ implementation changes.
177
178
179
ldclient._reset_client()
180
try:
181
ldclient.__lock.lock()
0 commit comments